I need to be able to decrease the opacity on the 2nd tier of my nav bar when I roll over it. It would be nice to be able to have a crimson color as well. But any dark color would do. Does anyone have a Quick CSS code for this?
2ND TIER OPACITY ON NAVIGATION BAR
2 posts from 2 voices-
Posted 2 months ago #
-
Hi deforestm,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_menu ul.sub-menu { background-color: rgba(255, 255, 255, 0.75); } #top .main_menu .menu ul li a{ background-color: transparent; }This will make the sub menu background 75% transparent which you can control the amount with the .75 above in the rgba value.
I'm not sure what you mean by the colors however, you'll need to be a bit more specific one what you are trying to change the color of :)
Regards,
Devin
Posted 2 months ago #
Reply
You must log in to post.














