Archived topic
Button Underline
3 replies · Started by Marius on August 12, 2022
Viewing posts 1–4 of 4
Hello,
how can I deactivate the underline in the link of a button? See page for example.
Change this CSS:
.single-post .entry-content a:not(.wp-block-button__link) {
text-decoration: underline;
}
To:
.single-post .entry-content a:not(.wp-block-button__link, .gb-button) {
text-decoration: underline;
}
Hi Ying,
perfect, that works. Thank you.
No problem :)
This archived topic is closed to new replies.