Tagged: menu
- This topic has 1 reply, 2 voices, and was last updated 10 years, 10 months ago by Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
January 10, 2014 at 3:05 am #19131markpysherMember
Hi – Can I make the background color of the hover menu a 50% transparent grey? Not the text, just the hover background color. Thx
January 10, 2014 at 10:28 am #19141SakinKeymaster@markpysher: It would have been great if you have shared your site URL. So, that I can check in and send your the custom css. Now, I assumed that you are using Catch Everest Pro default menu and trying to make the background color of the hover menu a 50% transparent grey. But the 50% transparency will not be seen if there is black background. You can add the following CSS in “Apeparance => Theme Options => Custom CSS” box
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #cccccc; /* Solid background for old browsers */ background: rgba(204, 204, 204, 0.5); }
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Hover Background Color of Nav’ is closed to new replies.