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.
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”);
}
}