Home › Forums › All Other Themes › Yogi Pro Logo and Footer Customization
- This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 28, 2016 at 5:39 pm #44884
I am working with the Yogi Pro theme at http://svabhavatherapeutics.com/.
I would like to increase the size of the logo, but the height specification in Appearance-Theme Options-Basic Settings skews the image. Is it better to adjust the CSS? Which lines, specifically?
Also, how can I remove the Twitter widget from the footer? Is that best handled in Editor, or is there a setting I can adjust? I can see Footer Widget 3 on the widgets page, but there is nothing there that allows me to edit it.
Thanks!
August 28, 2016 at 5:43 pm #44885I am also looking for a solution to the line break in the header. I would prefer for the contact information and hours to be on the same line (horizontally even across the top of the page).
Derek
August 29, 2016 at 8:16 am #44929Hi Derek,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo { width:45%;}
.header .header-inner .nav { margin-top:-120px;}
.widget-column-3 { display:none;}Regards,
ShriAugust 30, 2016 at 11:20 pm #45069I made a minor change to the top_menu (Primary Menu), and with the addition of one page, the entire menu has disappeared. http://svabhavatherapeutics.com/
I have tried to remove the page I added, but the menu remains hidden. It’s not at all clear where it went, but it is missing from all pages. Can you suggest a solution?
Thanks,
Derek
August 30, 2016 at 11:26 pm #45070I managed to solve this by deleting the old menu altogether and rebuilding it from scratch. It works now, so you can disregard this query.
Derek
August 30, 2016 at 11:46 pm #45073Can you make any recommendations for customizing the contact form? I would like to remove the URL input at a minimum, though possibly add other entries, as well.
http://svabhavatherapeutics.com/index.php/schedule/
Derek
August 31, 2016 at 9:20 am #45107Hi Derek,
You would need to go to appearance>editor>custom-functions.php for the same.
I hope you are good with programming.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.