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

    I’m using the transparent menu, but I also do not want background colour in the submenu.
    How do I fix that?

    #402241

    Hey!

    Try adding this code to the Quick CSS:

    #top .av_header_transparency .main_menu ul ul{
        background: rgba(0, 0, 0, 0.0) !important;
    }
    #top .av_header_transparency .main_menu .menu ul li a{
        background: transparent !important;
        color: white !important;
    }

    Cheers! 
    Josue

    #402786
    This reply has been marked as private.
    #402987

    Hi!

    Use this code instead to remove the borders:

    #top .av_header_transparency .main_menu ul ul{
        background: rgba(0, 0, 0, 0.0) !important;
        border: 0 !important;
        box-shadow: none !important;;
    }
    #top .av_header_transparency .main_menu .menu ul li a{
    	border: 0 !important;
        background: transparent !important;
        color: white !important;
    }

    If that’s not what you want please post a mockup of the desired end result.

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.