Site logo

Archived topic

Style for the post body links

7 replies · Started by Jagoba on September 11, 2020

Viewing posts 1–8 of 8

Hi there,

We would like restyle the links in our blog, underline the links just from content (no sidebar, no menu, ...)
And if possible move up a little bit the line so that it touches the letters

I get just something like this but I am far away :P

a { border-bottom: 8px solid #f4f4f4;
font-weight: 500;
}

Hi there,

What about some regular text-decoration?:

.entry-content a {
    text-decoration: underline;
}

Let me know :)

Hi Tom,

It is not working with ".entry-content" and also we are looking to customize a little bit with the border-bottom and font-weight.

We use GeneratePress and Elementor. Any other idea?

Thank you so much

Hi there,

can you provide a link to your site where we can some linked content.

Try this:

.single-post .elementor-widget-container a {
    text-decoration: underline;
}

Hi David,

With this code we are underlining also the sidebar content "CONTRATA NUESTRO HOSTING DE CONFIANZA CON UN DESCUENTO AQUÍ" and in the header "DESCARGA LA GUÍA GRATIS".

Thanks David

The problem is all of your content is created in Elementor and there is no easy way to separate the content from the sidebar.

If you can edit the template and add a CSS Class eg. main-content to the Column with your post content then i may be able to do something.

This archived topic is closed to new replies.