I just want to change the hover on the HEADER MENU BAR ONLY — not the rest of the links… any advice?
This topic has 9 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Robert Hall
I just want to change the hover on the HEADER MENU BAR ONLY — not the rest of the links… any advice?
Hello,
Please try to add this code in custom.css file
.menu > li > a:hover{
color:red;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
no that didnt work
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
Just the hove of the menu bar
Please try this code
.menu > li > a:hover{
color:#efefef !important;
}
or
.header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu >li > a:hover{
color:#efefef !important;
}
Regards,
Robert Hall.
Neither one worked
ROBERT – I FIGURED OUT WHAT WAS BLOCKING IT — WP SUPER CACHE — IM AN IDIOT
THANKS FOR THE HELP
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Header Links Hover’' has been successfully resolved, and the topic is now closed for further responses