Jump to content
Sign in to follow this  
mamma123

Change solid lines to dotted lines in PlatformPro

Recommended Posts

mamma123

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

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

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

In a text editing application open your CSS file and search for "solid". Replace the "solid" with "dotted".


alefba.us

Web Development & Design for Right-to-Left languages

Share this post


Link to post
Share on other sites
mamma123

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

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

I have Firebug but still can't seem to get it right.

Share this post


Link to post
Share on other sites
kastelic

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×