Hi ! Is it possible to change the color of the hover effect in the main menu? I tryed already the advanced styling option but it changes only the search box color.
Hi ITCJB!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” and make sure to check “Apply only to mouse hover state”
Cheers!
Yigit
I tryed this already. It only changes the font color not the colored background. i saved this change if u want to have a look at it.
Hey!
Please create a temporary admin login and post it here privately. Which color would you like background color to be on hover?
Regards,
Yigit
Hi!
Seems like you have set to display your menu items as buttons in Appearance > Menus – http://i.imgur.com/E5Hpqtw.png
That is why changes are not being applied.
Regards,
Yigit
ok i dont understand that. i have set my menu items as buttons?! or do you mean that i cant change the background of the buttons ?!
Hi!
You are displaying your menu items as buttons as i showed in my screenshot. You can go to Appearance > Menus and set them to default and it should work fine. If you would like them to look like buttons, we can provide you custom CSS code
Regards,
Yigit
ah ok. yeah i would like to use buttons not the default style and i only need to change the background color ( #1d3a8f ). there should be a lighter or darker blue as a hover effect
Hey!
Use this to change the hover color of the button styled menu items:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
color: red;
background: black;
}
Cheers!
Ismael
Thanks for your help. This works fine