Home › Forums › WoodMart support forum › subscription box design › Reply To: subscription box design
June 2, 2020 at 8:19 am
#199891
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached. To change the button border radius and color you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mc4wp-form input[type="submit"] {
border-radius: 20px;
background: white;
color: black;
}
Best Regards.