Gutenberg button block underline
-
For some reason, by default the Gutenberg Button Block shows an underline of the link.
It seems impossible to remove that underline.
I have inserted the following additional CSS:
.wp-block-button__link {
font-size: medium;
text-decoration: none;
border: none;
}
The font size change is correctly applied, but the underline strangely remains.If anyone can help that would be greatly appreciated.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Gutenberg button block underline’ is closed to new replies.