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

    Hey folks,

    i am looking for a solution for having my logo above the lightbox. So that it isn’t in the background of the lightbox.
    Is this possible? http://www.vincentrichter.com

    Thank you guys! Hope we can find a way :-)

    #1121753

    Hey intimadecom,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header {
        z-index: 1500 !important; 
    }
    div .logo {
        z-index: 2000 !important; 
    }

    Best regards,
    Mike

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