Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I am using the “logo in center and 2 navigations in sides” header option on my site with Sticky Nav enable. I would like the company logo to remain in the nav bar when a user scrolls throughout the site, but currently the logo disappears when scrolling down. How can I make sure the logo remains in the nav bar at all times?
Website is: https://garrigans.hostcentric.com/new-site/
Thanks,
Ivy
Hello,
Please add this code into your custom css box:
.header_11.sticky_header #logo {
display: block !important;
visibility: visible !important;
}
Best regards!
Thank you! This worked and the issue has be resolved :D
I would like to do the same thing. Where in the custom css file should I enter the code? Does it matter?
Never mind – I’m an idiot. Thank god for WordPress and the aptly named “Edit CSS” option.
You must be logged in to reply to this topic.