Archived topic
White border below button
3 replies · Started by Chris on March 19, 2022
Viewing posts 1–4 of 4
This is so annoying! :) I have a button on my homepage that has an unexplainable white border at the bottom. It not there when I edit the page and I can't find the settings to change it. Please advise, see link in private info. It's the orange button.
Hi Chris,
Go to Additional CSS field in the customizer and remove this block of CSS:
.entry-content a:not(.button) {
box-shadow: inset 0 -1px 0 currentColor;
transition: color 100ms ease-in,box-shadow .13s ease-in-out;
}
.entry-content a:not(.button):focus, .entry-content a:not(.button):hover {
box-shadow: inset 0 0 0 currentColor,0 3px 0 currentColor;
}
Thanks, you guys are life savers!
No problem :)
This archived topic is closed to new replies.