Hallo zusammen,
ich habe es mit folgenden Code hinbekommen. Auf einer Webseite wollten wir es auch entfernen, auf einer anderen wiederum nicht. Es kommt immer darauf an, ob es passt oder notwendig ist
.entry-content a:not([class]), .entry-excerpt a:not([class]), #comments .comment-body a:not([class]), .widget-container.widget_text a:not([class]), .lp-text .lp-text-content a:not([class]), .lp-block .lp-block-text a:not([class]), .lp-box .lp-box-text-inside a:not([class]) {
text-decoration: none;
-webkit-transition: .2s ease-out all;
transition: .2s ease-out all;
}