mamma123 0 Report post Posted February 20, 2011 Hi! I would like to change the lines under the navigation to a dotted line. How do I do that? Share this post Link to post Share on other sites
catrina 103 Report post Posted February 20, 2011 Add this to your base.css file in the PlatformBase/child theme: #primary-nav {border-bottom: 1px dotted #000;} 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
mamma123 0 Report post Posted February 20, 2011 Gorgeous! What if I want to replace all solid lines in this theme with dotted ones? Share this post Link to post Share on other sites
Sourena 2 Report post Posted February 20, 2011 In a text editing application open your CSS file and search for "solid". Replace the "solid" with "dotted". alefba.usWeb Development & Design for Right-to-Left languages Share this post Link to post Share on other sites
mamma123 0 Report post Posted February 20, 2011 Ok. I would like to get exactly the same dotted line as the one featured in this site: www.informationarchitects.co.jp What is the code for this? Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 20, 2011 Get Firebug for Firefox, and you can inspect any element to see which rules you need to add to your css file. Share this post Link to post Share on other sites
mamma123 0 Report post Posted February 20, 2011 I have Firebug but still can't seem to get it right. Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 20, 2011 Hmm, sorry, I can't seem to see that site you posted. Also, can you post a link to your site? Share this post Link to post Share on other sites