Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1759097
Sticky Menu / Transparent header
Closed

Comments

  • nboether started the conversation

    Hi,

    I hope you are well!

    How do I make my header menu sticky, but also somewhat transparent like this one? If possible.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .is-sticky #navigation.header-6 {
        background: rgba(255, 255, 255, 0.85);
    }
    

    After that, scroll down your site to see the transparent.


    Best Regards,

    PenciDesign