Comments 14Jerfalco started the conversationMarch 24, 2022 at 7:47pmHow do I increase the thickness of my button border when I use the "see through" style?Thanks! 2,958Andrew repliedMarch 24, 2022 at 8:37pmHi there,You could try this CSS: a.nectar-button.see-through{ border-width:8px !important; } add it to salient \ general - css script related - custom css code.Adjust the 8px up for more thickness of the border.Cheers. 14Jerfalco repliedMarch 24, 2022 at 11:43pmperfect. thank you!1 Like Sign in to reply ...
How do I increase the thickness of my button border when I use the "see through" style?
Thanks!
Hi there,
You could try this CSS:
add it to salient \ general - css script related - custom css code.
Adjust the 8px up for more thickness of the border.
Cheers.
perfect. thank you!