Archived topic
Hide the sticky menu logo
3 replies · Started by META on October 16, 2017
Can you tell me how I hide the menu logo, when the menu is on sticky mode. Or do you have a way to change the logo on sticky mode ???
The site is on coming soon mode. Sorry about that.
More precision on my problem
You can see my logo is center in the menu. I need to change the source of the image, I want the logo to be square when the menu turns sticky. I try some height media query with no result.
@media only screen and (min-height: 200px) {
.zindex {
display: none !important;
background-image: url("/wp-content/uploads/2017/10/LOGO_APQ_FINAL.png");
}
}
Hi there,
Any chance you can disable maintenance mode so we can see the page? Thanks!