Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #917624

    I don’t want there to be a color behind the main menu. Right now it’s black and I want that to be gone. What am I missing?

    #917667

    Hey Kim,

    The .htaccess login details are not working, please check and verify.

    Best regards,
    Rikard

    #917673

    Sorry

    #917739

    Hi TheURLdr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #918300

    That didn’t work. And isn’t this something that can be changed in the theme options? In one of the styling tabs?

    #918675

    Hi,

    No that is controlled from the code of Victoria.

    Best regards,
    Basilis

    #918709

    Victoria’s code didn’t work.

    #919209

    Hi,

    Please check the settings once in
    Enfold > Advanced Styling > Menu links

    If any background color is set for the menu items just clear the color value and save it. If it does not work we have tested the below code on your site please replace the code with this one to remove the menu background color when the page is scrolled.

    #top #header.header-scrolled-full .av-main-nav>li>a {    
        background-color: transparent;
    }
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-text, 
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-subtext {
        color: #333;
    }

    Best regards,
    Vinay

    • This reply was modified 6 years, 8 months ago by Vinay.
    #928597

    This still doesn’t work. The background colors are still there. I’ve used Incognito mode. I’ve flushed the cache on the server. Nothing. Still there.

    #929191

    Hi,

    I have tested this code in your site place try adding it again with a !important rule.

    #top #header.header-scrolled-full .av-main-nav>li>a {    
        background-color: transparent!important;
    }
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-text, 
    #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-subtext {
        color: #333!important;
    }
    

    Best regards,
    Vinay

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