Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320305
    Kevin Pagani
    Participant

    Hi All!

    I have this website: https://stadtmuur.ch/
    Now it is wished, that the header is transparent (maybe 50%) when scrolling down, instead of turning into a white block. Is that possible?

    Thanks and kind regards
    Kevin

    #320361
    tikaram
    Keymaster

    @kevinpat : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .sticky-nav #masthead {
        background-color: transparent;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Transparent Header when scrolling’ is closed to new replies.