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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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.
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.