Home>Support>Menu: background color (if using multi-language site)

Menu: background color (if using multi-language site)

Hi,
I’ve got a bit of a problem. I created my website and apparently the menu background for my english pages is a different color than the menu background for the german pages.
I’ve tried everything possible in CSS to change it to be the same color as the german menu but it doens’t seem to work. any suggestions, please?
www.Fienergy.net
thanks!
I would want the same color on the english menu as I currently have on the german menu ;)
Cheers,
Yvi

URL: http://www.fienergy.net/startseite/en/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    Hi Coach

    Apologies for the delay. We’re busy catching up on support for our free customers :)

    In Custom CSS, try removing your existing rules for the menu:

    #menu-menu-deutsch.menu {
      background-color: #630527;
    }
    
    .main-navigation ul ul a {
      background-color: #630527;
    }
    
    #menu-main {
      background-color: #630527;
    }
    
    .main-navigation ul li a > * {
      background-color: #630527;
    }
    

    Replace the above with the following:

    .main-navigation {
        background: #630527;
    }
    
    .main-navigation ul li:hover > a {
        background: #630527;
    }
    

    Hope that helps.

    If you’d like to check out Vantage Premium, head over to AppearanceVantage Premium. Once you’ve upgraded you’ll be able to set things like menu colours from AppearanceCustomizeTheme DesignMenu.

  2. 8 years, 10 months ago Coach Yvi

    thanks….you guys really rock!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More