I´m triying to change the over colour in canvas menu and it does´t works. The background is the same colour like the accent color. And when i make hover it doesn´t show because is the same color. How i can customize than hover color?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
color: #e4c031 !important;
}
Hi,
I´m triying to change the over colour in canvas menu and it does´t works. The background is the same colour like the accent color. And when i make hover it doesn´t show because is the same color. How i can customize than hover color?
Thank you in advance
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
http://benditodilema.com/web2/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Perfect!
It works ok now.
Regards