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

    Morning

    I have a nice white theme with logo etc, but on the right is the menu and the background behind the items is black.

    How do I change it to White or transparent ?

    Iain

    • This topic was modified 7 years, 4 months ago by ihmunro.
    #815709

    Hey ihmunro,

    Add the following to quick css:

    #top .av-main-nav>li.current-menu-item > a {
        background-color: #fff!important;
        color:#333!important;
    
    }
    
    #top #header .av-main-nav > li > a{
        background-color: #fff!important;
        border-color:#fff!important;
    }
    
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a{
       background-color: transparent!important;
    }

    Best regards,
    Jordan Shannon

    #815985

    Hi Jordan

    Perfect – except, the menu items are now white.

    Can this be changed in the Header Options ?

    Iain

    #815991

    Hi,

    Yes, please attempt to fix this in header options first. If that does not work, we can look into a css solution.

    Best regards,
    Jordan Shannon

    #816008

    THanks Jordan

    I have looked and tried a few things, but the font color does not change.

    Any help would be appreciated.

    Iain

    #816010

    Hi Jordan

    Found it.

    #816014

    Hi Iain! We’re glad that Jordan was able to point you in the right direction. Do you need further help with this, or can we close this thread?

    Best regards,
    Sarah

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