Site logo

Archived topic

Please help with links underline

3 replies · Started by Marius on June 20, 2021

Viewing posts 1–4 of 4

Hello,

on this site, I use the following css, to underline text links:

.single-post .entry-content a:not(.wp-block-button__link) {
    text-decoration: underline;
}

But as you can see, also the titles in the AAWP product boxes are underlined.

How can I change this, so that the AAWP titles are not underlined anymore?

Hi there,

Modify the CSS to this:

.single-post .entry-content a:not(.wp-block-button__link):not(.aawp-product__title) {
    text-decoration: underline;
}

Thanks Leo, that works fine.

No problem :)

This archived topic is closed to new replies.