robbycornish 0 Report post Posted January 28, 2011 How do I make the main navigation have no background color? I was able to do this: .main_nav {background-color:yellow;} I want to get rid of the white, and just see the yellow. Here is my site: http://robbycornish.com/wowsite/products/wow-premium-pvc-boxes/ Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 28, 2011 ` body .sf-menu li, #primary-nav ul.sf-menu a:focus { background-color: transparent; } ` Share this post Link to post Share on other sites
robbycornish 0 Report post Posted January 29, 2011 Thanks, that worked! But I decided to go back to default. Thanks again! Share this post Link to post Share on other sites