Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #935297

    Hi
    i use this old code i founded :
    #top .av_header_transparency {
    background: rgba(0,0,0,0.1)

    But it does not match my needs.
    if i change the 0.1 to 0.7 for example it does not change anything so it’s not working. The alpha made the menu text transparency that i don’t want.
    I just want to change the alpha of the menu background color .
    Actually background is white at about 5% but i wanted less transparency at about 30%(more visible)

    thanks for help

    #935335

    i founded this code working for me :
    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.2);
    }

    can we do the same for background sub-menu? (only the background not changing text on it opacity)

    #935782

    Hi,

    Please try the following css code. I’m not sure if that’s what you want though.

    .header_color .avia_mega_div, .header_color .main_menu ul ul {
        background: rgba(255,255,255,0.2) !important;
    }

    Best regards,
    Ismael

    #936462

    it’s perfect!
    thanks !

    #936603

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #936624

    u can close it

    #936855

    Hi,

    Thank you for letting us know.

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘setting transparency for menu’ is closed to new replies.