Home Forums WoodMart support forum subscription box design Reply To: subscription box design

#200180

Hello,

To make the button the same as in the screenshot. Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

You need to adjust the colors and borders value according to your needs.

.mc4wp-form input[type="submit"] {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
background: white;
color: black !important;
border-left: none;
}
.mc4wp-form input[type="submit"]:hover {
background-color: green;
}

2) Please provide the URL of the page and to check it myself and help you out accordingly.

Best Regards.