Site logo

Archived topic

Link Underline Problem

3 replies · Started by Marius on July 9, 2022

Viewing posts 1–4 of 4

Hello,

on this website, I have put a Box with latest posts (Aktuelle Artikel aus unserem Ratgeber). I have used the Query Loop from GPB to do this.
But all the links and the text in the button are underlined. I did not see, how I can make them not underlines in the Block Editor.

Can please tell me, how i can do it?

Hi there,

You have this CSS added that's causing the issue:

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

Okay, and how can I solve this issue?

Try this CSS:

.gb-query-loop-wrapper .gb-headline a {
    text-decoration: none !important;
}
This archived topic is closed to new replies.