Forum Replies Created
-
AuthorPosts
-
Sam DillerParticipant
thank you at first that did not appear to fix the problem. But I changed the order of the CSS and it works now. As I’m clearly not an expert in CSS, I don’t know if changing the order really fixed it, but it is working. So thank you for your help!
Sam DillerParticipantThe above code does not fix the problem. When I hover the hover color is white instead of the color #004264.
The hover color was working properly before we updated to 3.07Sam DillerParticipantI’m sorry but I didn’t ask the question well. I need to change the color of the submenu when you hover over the menu item.
I tried the following code, but when I hover over the menu item it turns white. The font is white making it impossible to read the item.
I have tried adding !important and changing the last color in the code to match background-color, but no matter what I try the hover color remains white. I want white font on a blue background when I hover over the submenu itemThe website is http://www.whisperingmanes.org
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a,
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
background-color: #004264;
color: #fff;
}Sam DillerParticipantthanks, yes that is the color I set 0084c9
I notice that when I look at it on my pc the colors are not displaying the same. however on my ipad they look appear the same.
Unless anyone has any ideas, I’m guessing this is something specific to my display -
AuthorPosts