Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19131
    markpysher
    Member

    Hi – Can I make the background color of the hover menu a 50% transparent grey? Not the text, just the hover background color. Thx

    #19141
    Sakin
    Keymaster

    @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);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hover Background Color of Nav’ is closed to new replies.