Underline dotted on link

Posted in: Newsmag
Post count: 17

Hi,

I’d like to have underline dotted on link. As you can see on this exemple http://i.imgur.com/frb3L0o.png
The post concerning is there http://jeanpaultarte.fr/2014/10/report-christine-and-the-queens-la-reine-de-la-cigale/

I don’t know how to manage the css in order to have underline dotted link all the time, not only when you hover on it.

Thanks in advance.

Post count: 6600

Hi,

Please use this custom css and add it in theme panel > custom css filed: http://screencast.com/t/KkcferPT

.post p a {
border-bottom: 1px dotted #999;
font-weight: 700;
color: red;
}

.td-post-content a:hover {
text-decoration: none !important;
}

Please note that this will apply just to post’s paragraph links, change the color as you like.

Thanks

Post count: 17

Hi,
I tried to add the code directly in the theme panel, as you said. It doesn’t work. Same when I add directly in the css. …
Could you give a hand again please?

Post count: 17

Forget about my reply. It’s working after more test.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.