Square TIWCGJQButton

Hi,
Is it possible to display TIWCGJQButton without rounded corners?
Thanks
Rael
Is it possible to display TIWCGJQButton without rounded corners?
Thanks
Rael
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
https://www.cgdevtools.com/cgforum/viewtopic.php?f=32&t=2248
.mybutton{
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}