Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1506395
Changing opacity of menu
Closed

Comments

  • Ebenisterie started the conversation

    Hi there,

    I saw in the "The Gem photo studio" demo that it would be possible to have a menu that is not fully transparent or fully solid in color. This would really be helpful to have this, however it seems that I can only have solid colors via theme options ? What element do i have to change on css ? What would be the equivalent of a 50% white opacity ? 

    All the best

    Jordy

  •  5,055
    Michael replied

    HI!

    You need use this setting:


    And use this custom CSS:

    .transparent-header-background {
        background-color: rgba(38,38,38,0.49) !important;
    }
    


  • Ebenisterie replied

    perfect thanks !

  •  5,055
    Michael replied

    Welcome! Have a nice day!