Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,774
    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 !

  •  4,774
    Michael replied

    Welcome! Have a nice day!