This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

10 years ago · Last reply by Coach Yvi 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Greg Priday Staff 10 years, 2 months ago

    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. Coach Yvi 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread