Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #861731

    Hi!

    I added an image to the header [by using a widget as you mentioned in your documentation], but I want to hide that element on the menu [when it’s showed]. Can you help me with this?

    Thank you!

    Regards

    #861745

    Hey C-LabMX,

    Try to change the z-index from 999 to 50 in the code you added in Quick CSS:

    #header .widget {
        max-width: 100%;
        left: 50%;
        padding-top: 0;
        position: absolute;
        top: 3px;
        transform: translate(-50%);
        z-index: 999;
    }

    Hope this helps :)

    Best regards,
    Nikko

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