Main Menu Hover/Sub-Menu
-
myalDecember 15, 2016 at 7:33 pm #32856
Hi,
I’m trying to change the main nav hover state. As you can see in the CSS below I’m trying to do that but…
There seems to be a flicker to the old orange hover/active orange color. And also on submenu hover. I would like the hover and active color to be #965154Here is the site:
https://catsdrama.com/summer-camps/#primary-nav-id {
background: #7C2529 none repeat scroll 0% 0%;
}.primary-nav ul li a:hover{
background-color: #965154!important;
}.primary-nav ul li.current-menu-item a{
background-color: #965154!important;
}.primary-nav ul .current-menu-parent .hasSubMenu{
background-color: #965154!important;
}.primary-nav ul .current-menu-parent .hasSubMenu:hover{
background-color: #965154!important;
}.primary-nav ul .menu-item-has-children .hasSubMenu:hover{
background-color: #965154!important;
}In the attachment you can see color settings.
Attachments:
You must be logged in to view attached files.