- This topic has 8 replies, 2 voices, and was last updated 7 years, 7 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
WordPress Payment Gateway Plugins Running an online shop is exciting, but one of the biggest challenges store owners face is handling payments. Customers today expect […]
Support Ticket System or Help Desk WordPress Plugins Providing great customer support is no longer optional—it’s a necessity. Whether you’re running an online store, offering […]
WordPress Calculator Plugins Websites today are more than just digital brochures—they’re interactive platforms designed to engage users. One of the most effective ways to make […]