-
AuthorPosts
-
June 3rd, 2013 at 14:14 #7115Jason
Good day,
Could someone please advise how I can change the color of the sub-menu when you hover over them please? If you visit http://psychicplatform.com/workshopswithpsychicplatform/ you will find the menu there. I need to change the white color of the menu when you hover over. Thanks Jason
June 3rd, 2013 at 16:05 #7123DeeI’ve spent a lot of time stumbling around customizing my menus so I feel your pain. I’m still not very good at it, but I did manage to change it this well: http://www.hmpatel.info
Is it this?
#access a:hover {
color:#0C85CD ;
}June 3rd, 2013 at 17:16 #7126JasonHi thanks for that Dee, unfortunately though this did not appear to change anything. More irritating is the fact that I did indeed download the Custom CSS from inside the “Miscellaneous Settings”, changed around the CSS inside there uploaded new one and nothing happened. This leads me to believe that there might be a bug? Am at moment looking into using the Twitter Bootstrap plug-in for a work round…
June 4th, 2013 at 10:13 #7170ZedCryout Creations mastermind#access ul ul a, #access ul ul ul a { color: #fff; }
and
#access ul ul *:hover > a { color: #666; }
should solve your problem.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 4th, 2013 at 11:07 #7175JasonThank you Zed. This snippet of code seems to have done the trick. If they need to change any further colour I am sure I can manage it from now… Well here is me hoping.
-
AuthorPosts
The topic ‘Menu Color’ is closed to new replies.