Archived topic
Button border
1 reply · Started by _blank on January 16, 2020
Viewing posts 1–2 of 2
how can I remove a button boder?
Hi there,
Go to Additional CSS field in the customizer and remove this CSS:
/* Buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
pointer-events: initial !important;
border-color: inherit;
border: 1px solid;
}
This archived topic is closed to new replies.