[Support request] Hide the sticky menu logo

Home Forums Support [Support request] Hide the sticky menu logo

Home Forums Support Hide the sticky menu logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #404120
    META

    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.

    #404198
    META

    More precision on my problem

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

    #404199
    META
    #404229
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can disable maintenance mode so we can see the page? Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.