50% transparent and sticky header-menu

  • Author
    Posts
  • #126873

    Please help!

    I want the header menu of my bravada-theme to be:
    1.) sticky and
    2.) not complete transparent (only 50%)

    Thanks in advance.

    Marcel

    #126915
    Zed
    Cryout Creations mastermind

    Hi,

    1. Bravada already has sticky menu support.

    2. Use the following CSS (adjust if necessary):

    .header-fixed .site-header-bottom-fixed,
    body.bravada-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background: rgba(255,255,255,0.5);
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #126936

    Thank you for helping.
    The opacity changes from completely transparent to 50% when you scroll down.
    Is it possible to have 50% opacity right from the beginning?
    It is hard to see the logo and menu text, when the background is completely transparent.
    I need the 50% opacity all the time.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘50% transparent and sticky header-menu’ is closed to new replies.