Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307976

    Hello there!

    I would put the upper background, semitransparent menu. How I can do?

    Thank you!

    #307983

    Hey UNBUENPLAN!

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

    nav.main_menu {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    }

    Regards,
    Yigit

    #308015
    This reply has been marked as private.
    #308187

    Hey!

    Thank you for the update.

    Please use this instead:

    #top .header_color.av_header_transparency {
    color: #ffffff;
    background: rgba(0,0,0,.5);
    }
    
    .header-scrolled .header_bg {
    background: rgba(0,0,0,.5) !important;
    color: #ffffff;
    }

    Cheers!
    Ismael

    #308193
    This reply has been marked as private.
    #308194
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘BACKGROUND MENU SEMI-TRANSPARENT’ is closed to new replies.