Site logo

Archived topic

Dotted underline on blog post links

3 replies · Started by Sebastián on April 13, 2019

Viewing posts 1–4 of 4

Hi!

I would like to customize the blog post links with a dotted underline. I would also like to choose the density and the colour.

Is there a ccs for that?

Thanks!

Hi there,

Since you're using Elementor to add your posts, you can try this:

.elementor-post__title a {
    text-decoration: underline;
    text-decoration-color: red;
}

Let me know :)

I think I explained it wrong.

I want every single link from the post content (only the text) with a dotted underline.

That code made only an underline on the blog post title from the https://nichoseo.com/blog/

Ah, in that case, try this:

.entry-content a {
    text-decoration: underline;
    text-decoration-color: red;
}
This archived topic is closed to new replies.