- This topic has 8 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Hi guys,
How do I make the top header section sticky? So when you scroll, it stays visible at the top?
Thanks
Krissie
Hi,
Kindly show us your website URL?
Regards,
Chris
Sorry, sure.. it’s www.kapensis.co.za
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header {position: sticky; top: 0; z-index: 10000;}
Regards,
Chris
Many thanks!
How can I remove the breadcrumbs? I don’t need them for this as the client only wants one page.
Thanks! 🙂
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
h1.entry-title { display:none;}
Regards,
Chris
Hi,
Ignore my previous mail.
Kindly use this css code to hide breadcrumbs.
.breadcrumbs { display:none;}
Regards,
Chris
Sorry, I think I need to hide the page name as well? As these are still showing on each page?
http://prntscr.com/i7ja0v
The website is: www.kapensis.co.za
Thanks Chris! 🙂
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
h1.entry-title { display:none;}
Regards,
Chris
