Okay
  Public Ticket #416279
Semi-Transparent Header
Closed

Comments

  •  1
    Bobby started the conversation

    I love how pages can start out with a completely transparent header. What I want to do is making my header semi-transparent when viewers start scrolling. Similar to the semi-transparent background option in Nectar slider.

    Thanks,

    Bobby

  • Manuel replied

    Hi, Bobby.

    We are talking about a white semi-transparent?

    If I\'ve guessed it, here\'s what you write in the Custom CSS Box

    #header-outer {

    background-color: rgba(255,255,255,0.5)!important;

    }

    Well! Now you can tap at will the value 0.5, raising or lowering the value as you like.

    I hope I was helpful. Have a good day, Bobby!

    Manuel.

  •  8,849
    Tahir replied

    Yes that should work.

    -T


    ThemeNectar Support Team