- This topic has 5 replies, 2 voices, and was last updated 4 days, 8 hours ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Herbal – Home Page Format Issues
SKT Herbal Version: pro4.0
http://new.nutritionworks.us/
I want to make a couple of changes to the home page layout.
1- I would like to hide the search icon. https://ibb.co/BZjDdjQ
2- Move the text higher on the home page slider. https://ibb.co/BZjDdjQ
Thanks
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header .centerlogoarea .header-extras { display:none;}
.nivo-caption { top:10%;}
Regards,
Dave
Thanks
🙂
Hello,
I want to make the footer section smaller. How do I make the padding smaller? Top, Bottom, between sections (Left, Right)
I would also like to do the same to the header logo section and alter the width of the slider text. (See image)
https://ibb.co/dMrbrR4
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slidedesc { max-width:56%;}
.logo img { margin-top:0;}
#topmenu ul li a { padding: 12px 18px 20px;}
.logo img { height: 120px; width: 120px;}
#footer .footercols3 { margin-bottom:15px;}
#footer .rowfooter { padding-top: 10px; padding-bottom: 0;}
.copytext { padding: 15px 0 15px;}
Regards,
Dave