• Resolved Hein77

    (@hein77)


    Hi! I am making a website on http://www.asselbergsenbaks.nl (currently in maintenance mode).
    No matter what I try to code I can’t seem to make the header transparent (so you see the background image) with the logo on top.
    Does someone know a solution for this?
    Thanks in advance,

    grtz Hein

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Hein,

    Please disable the maintenance mode so I can take a look. Thanks!

    Thread Starter Hein77

    (@hein77)

    Hi Suyogya,

    Thanks for your response! I disabled maintenance mode, currently the site is not yet as it should be of course 😉
    What I wish to make transparent is the white bar above the menubar.

    grtz
    Hein

    Add this CSS to your Child Theme style.css file, or by using a Custom CSS plugin.

    This ensures your custom code is preserved should you update the theme in the future.

    .site-header { background-color: rgba(255,255,255,0); }

    Hope this helps.

    Thread Starter Hein77

    (@hein77)

    Thank you, that worked!
    I’ll mark this topic as resolved.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Transparent Header’ is closed to new replies.