Site logo

Archived topic

Underline Hyperlinks in Content

5 replies · Started by Janine on February 28, 2021

Viewing posts 1–6 of 6

Hi.

How can I underline hyperlinks in my posts and pages?

Thank you.

Hi Janine,

You could try this CSS:

.single .site-content a, page .site-content a  {
    border-bottom: 1px solid #000;
}

Thank, Ying.

How can I make it blue #0920d5?

Thank you.

Hi there,

Simply change the value #000 to that hex code you just provided.

Example:

.single .site-content a, page .site-content a  {
    border-bottom: 1px solid #0920d5;
}

Thank you, Elvin.

No problem. :)

This archived topic is closed to new replies.