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

    How can I make the main menu background transparent?
    Thank you

    #365487

    Hey elames!

    Please edit your page and choose to display transparent header. For more information, please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Cheers!
    Yigit

    #365709

    I have it set but it is not showing transparent. There must be some code I can use???
    When I try this with firebug it works, but when I put into custom styles and save, It does not work

    #top #header .av-main-nav > li > a {
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }
    Thanks

    • This reply was modified 9 years, 11 months ago by elames.
    #366447

    Hey!

    try to add an !important:

    #top #header .av-main-nav > li > a {
    background-color: transparent !important;
    }
    

    Regards,
    Andy

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