Home › Forums › Support › Sticky menu logo not changing This topic has 6 replies, 2 voices, and was last updated 1 year, 6 months ago by Jennifer. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 13, 2020 at 12:20 pm #1578991 Jennifer I’ve enabled the sticky header for mobile-only. I’ve set a logo in there, but it still shows the main logo. The menu loading in the sticky nav should be white. https://caffeinatedwebstudio.com December 13, 2020 at 3:16 pm #1579104 ElvinStaff Customer Support Hi, Do you have any server cache? have you tried disabling it? Let us know. You can also provide site details(credentials, plugin version used, etc) on the Private Information text field so we could check. Thank you. A wise man once said: "Have you cleared your cache?" December 13, 2020 at 3:55 pm #1579129 Jennifer I’m using Flywheel and they have a cache, but I’ve cleared it and other changes I’ve made since setting the sticky nav logo are showing. December 13, 2020 at 4:11 pm #1579135 ElvinStaff Customer Support Thank you. To further check: Can you try disabling all of the plugin except GP Premium? If you’re using a Child theme, can you also temporarily revert back to using the Parent Theme only? This is to check for any possible plugin conflict or child theme issues. A wise man once said: "Have you cleared your cache?" December 13, 2020 at 4:35 pm #1579145 Jennifer Ok, I figured out the issue. I changed the wrong css property when trying to get the image to show. But the reason it wasn’t showing is this code: .navigation-branding img, .site-logo.mobile-header-logo img { height: 0px; width: auto; } Changed it to: .navigation-branding img, .site-logo.mobile-header-logo img { height: auto; width: 100%; max-width: 200px; } And now it’s working fine. Thanks for looking into this for me. December 13, 2020 at 4:41 pm #1579148 ElvinStaff Customer Support Nice one! good find. Thank you for sharing it with us. ๐ A wise man once said: "Have you cleared your cache?" December 13, 2020 at 4:43 pm #1579149 Jennifer Sure! Thanks for the quick replies ๐ Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In