Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #608359

    Hi, i’d like to know how i can change the opacity of the color behind the main menu. I would like the color to be a little more visible and less transparent. Can you help me please?

    Thanks!

    Érik

    #608368

    Hey Érik!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_glassy {
        background: rgba(0,0,0,0.5)!important;
    }

    0,0,0 here is RGB value of the color and 0.5 is opacity level

    Best regards,
    Yigit

    #608375

    EXCELLENT!
    This is exactly what i need.

    You are the best Yigit and thanks for the fast response!

    Érik

    #608390

    Hi!

    You are welcome Érik, always happy to help :)
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change opacity for color in the back of the main menu’ is closed to new replies.