This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
I wanted to chenage the background hover olour of menu items and got this code:
.header-type-6 .menu-wrapper .menu-main-container > ul > li > a:hover{
background:#640032;
color:#fff;
}
But I would like the same effect on header 4 – if I change the code to header-type-4 it doenst work,
Do you have code for the same effect on header 4?
Hello,
Please provide us with link to the page where you want get new hover.
Regards,
Robert Hall.
I want it showing on http://www.whattwodo.es/sale4 – with the hover effect like on http://www.worldofwine.info
Please try to add following code into custom.css file.
.menu > li:hover{
background: #640032;
}
.menu > li > a:hover{
color:#fff !important;
}
Regards,
Robert Hall.
didn’t work – I have put in logins in private content
I’ve added that code and it’s working now. Please check it. Don’t forget to clean cache of a browser.
Regards,
Robert Hall.
thank you – do you reccommend any particular plugin for clearing cache?
You’re welcome!
If you use Google Chrome browser try to add “Clear Cache” app – http://prntscr.com/60jtnp
https://chrome.google.com/webstore/category/apps
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up