- This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 29, 2018 at 11:46 am #92946
Hi guys,
How do I make the top header section sticky? So when you scroll, it stays visible at the top?
Thanks
KrissieJanuary 29, 2018 at 11:48 am #92947Hi,
Kindly show us your website URL?
Regards,
ChrisJanuary 29, 2018 at 11:50 am #92948Sorry, sure.. it’s www.kapensis.co.za
January 29, 2018 at 11:53 am #92949Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header {position: sticky; top: 0; z-index: 10000;}
Regards,
ChrisJanuary 29, 2018 at 3:21 pm #92981Many thanks!
How can I remove the breadcrumbs? I don’t need them for this as the client only wants one page.
Thanks! 🙂
January 30, 2018 at 5:20 am #93028Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
h1.entry-title { display:none;}
Regards,
ChrisJanuary 30, 2018 at 5:34 am #93034Hi,
Ignore my previous mail.
Kindly use this css code to hide breadcrumbs.
.breadcrumbs { display:none;}
Regards,
ChrisJanuary 30, 2018 at 8:15 am #93052Sorry, 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! 🙂
January 30, 2018 at 8:45 am #93053Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
h1.entry-title { display:none;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.