jennajonesdesign+ 15 Report post Posted August 18, 2011 I want to have a transparent nav bar. This is no problem until I add the drop down menu option and then it adds the background. Anyone know how to resolve this? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 18, 2011 You'll need to add some custom CSS to make menu items transparent. Can you please post a link to your site? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jennajonesdesign+ 15 Report post Posted August 18, 2011 yes! Thanks. http://jennajonespreview1.info/ Share this post Link to post Share on other sites
Kate 3 Report post Posted August 18, 2011 Hey Jenna, This is the CSS: .main_nav li a{background:none !important;} .main_nav li{background:none !important;} If you decide you still want background for the dropdowns, add this code .main_nav li .sub-menu li{background:#ffffff !important;} Share this post Link to post Share on other sites