Menu Button Color
-
Can you tell me how to make my menu buttons different colors, like this site –
letica.com
-
Hey there Brian_N,
Could you please provide URL to your site so I can try to help you out with changing the background color of your menu items?
Best regards,
BojanThe site is envirolite.com. I have it in maintenance mode while I work on it. I’ll take it out of maintenance mode for a few minutes. Please look at it soon.
Thank you!Hi Brian_N
Thanks for running Vantage.
All menu colors are available under Appearance > Customize (Vantage Premium) for Vantage Free you can try the following in a Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS:
/* Vantage Menu Colors */ .main-navigation { background: #343538 !important; } .main-navigation a { color: #e2e2e2 !important; } .main-navigation ul li:hover > a { background: #00bcff !important; color: #FFFFFF !important; }Edit as required.
Thank you. I was able to change the hover color on each button, but I’m looking to change each button color as well. I’d like it like this site
Can you indicate what CSS to use for this?
Hey there Brian_N,
Could you please disable maintenance mode so I can take a look?
Best regards,
BojanOk. Please take a look now.
Hey again Brian_N,
Since each of the menu buttons has its own unique id you can use that to target each of them and set background color. Please add this code:
li#menu-item-1314 { background-color: #000; } li#menu-item-676 { background-color: #000; } li#menu-item-687 { background-color: #000; } li#menu-item-678 { background-color: #000; } li#menu-item-679 { background-color: #000; } li#menu-item-1278 { background-color: #000; } li#menu-item-681 { background-color: #000; }Note that you’ll have replace the color hex value for each of the menu items. I’ve order them here first to last so you know which color to apply to which one.
Hope this helps.
Best regards,
BojanGreat! Thank you, this worked. Any idea why my homepage lower slider with featured products will not show the images?
The topic ‘Menu Button Color’ is closed to new replies.
