amforh 0 Report post Posted November 5, 2010 Hi, I would to like to add rounded corners for each button of the top nav menu and also change the default colors. What are the code lines that I have to change? You can see an idea of what I mean on box.net. Thank you. Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 5, 2010 You could start by trying this: ` .main_nav li a{ margin: 5px 10px; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } ` Untested! Share this post Link to post Share on other sites
amforh 0 Report post Posted November 5, 2010 Hi, I tried that, but id did not work. It works if I edit #primary-nav ul li, #primary-nav ul ul, #primary-nav li a Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 5, 2010 Cool, go for that then.. Make sure you use and learn Firebug for Firefox. Share this post Link to post Share on other sites