This topic has 14 replies, 4 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
How can i change the hover color of this menu?
Hello,
Hover color of which menu do you want to change? Because there are at least 3 types http://prntscr.com/r1dotu
Regards
the menu called categorias, iluminacion decorativa, tecnia, ventiladores, etc….menu first from left
Hi,
1. For dropdown menu https://prnt.sc/r1ke88, please go here https://prnt.sc/r1keh8
2. For this one https://prnt.sc/r1kf8x Add the following code to Theme Options > Custom CSS
.secondary-menu-wrapper .menu li > a:hover {
color: #555555;
}
Regards,
Hung PD
Thank you much! and how i can change the header hover colors? for example, social icons and “my acount” menu.?
Hello,
By default, there is no option to change it. You can use the next custom CSS code:
.site-header a:hover {
opacity: 1;
color: white;
}
Regards
thank you so much, now i need to change this colors hover, the menu of my account, wishlist, my cart… and i need to traduce it. How i can send you screenshots here?.
thanks
Hi,
Use below code
.et_b_header-account.et_element-top-level > a:hover,
.et_b_header-wishlist:hover,
.et_b_header-cart:hover{
color: #0f0;
}
Regards,
Hung PD
hi, i´m trying to put images her in megamenu or other things, but is´nt work good…
Hello,
Could you explain in more detail what does it mean “is´nt work good”? What exactly is wrong? Provide screenshots, tell us for which menu item did you use it?
Regards
yes, you can see on this image
Hello,
But you did not choose the mega menu type for that menu item https://gyazo.com/a02e88e59e85fdaf743ba80a0e417ce6
Regards
oh, shit, sorry, thank you very much, but it still showing misplaced, why? i want to make it how the others menus, the title below the photo
You must be logged in to reply to this topic.Log in/Sign up