Underline linked text

Posted in: Newspaper
Post count: 8

Hello,

I would like to change the configuration of posts links. I would like the links to be underline with a colored line.

I would like something like this on the screenshot :
https://ibb.co/mJn1knw

I tried to add a css code starting like this but it’s not working :

.single-post .entry-content a {
color: orange,
}

Do you know how to do it and what is the right code ? Thanks a lot !

Post count: 153

Use dev tool (mozilla or chrome) to identify the element. Then edit it until you get the result. Finally, check the css attached to it and the inline code.

This will direct you to exact place on the exact file to be edited.

Post count: 27744
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.