Header transparency

  • Hi there,

    I was wondering if it is possible to have the header transparency when regular (non-sticky) menu selected? …Kind of overlaying slider and header images.

    I’m aware of that option when menu is set to sticky, but I need it fixed at the top.

    Thanks!

    Hello @zap

    Yes you can do that with some CSS.

    You can add the following CSS code to the Custom CSS field when you to go Appearance > Customize in your admin dashboard.

    .navbar-default {
    background-color: transparent;
    }

    Thank you!

You must be logged in to reply to this topic.