Jump to content
Sign in to follow this  
e1evation

My links are not underlined in Platform Pro

Recommended Posts

catrina

If you want ALL of your links to be underlined, you can add this CSS code to Settings > Custom Code > CSS Rules:

a {text-decoration: underline;}

However, if you want specific links to be underlined, let me know which ones.


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
e1evation

Thanks! How about if I didn't want them to appear in my blog post titles? Only in the content of a post or in the sidebar?

Share this post


Link to post
Share on other sites
kastelic

Hi just precede each rule with the appropriate selector like so.

.post-excerpt a, .entry-wrap a, #sidebar-wrap a {text-decoration:underline}

Use Firebug for Firefox or the builtin inspector for Chrome to spot any additional selectors you need to style for.

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  

×