• Resolved Lars.Lemming

    (@larslemming)


    In a one page website, I have placed a logo centrally in the header, but through some php I have made the header so that it disappears when people scroll.
    I am however not completely satisfied yet, as there the header still show a grey box over a top image during the beginning of the scroll, and I think it could be solved by making the header transparent.
    Anyone know how to make the header transparent in the Sydney theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .site-header.float-header {
        background-color: 
        transparent;
    }
    

    Regards,
    Kharis

    Thread Starter Lars.Lemming

    (@larslemming)

    Thank you Kharis, this seems to solve my issue

    Great! You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make header transparent’ is closed to new replies.