Disabling Sticky Navbar

Hello,

How do I disable sticky navbar? I’ve gone into theme options and selected “static top” and “fixed top” but neither made any changes.

Also, how do disable the dropshadow under the navbar?

Thank you,
Robert

website in question: www.fitnesstry.com

Hi @ratillung,

Thanks for writing in!

To remove the drop shadow under the navbar, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar {
    border: none;
    box-shadow: none;
}

The sticky navbar can be disabled by going to X > Theme Options > Header > Navbar and set the position to “Static Top”.

After making any of this changes, since you have installed a caching plugin W3 Total Cache, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

Please let us know how it goes.

Hi @RueNel

Thank you for your help! Everything is OK now :grin:

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.