Hi guys,
1. I am trying to slightly change the button of the contact form as well as the button on the email subscribe from. Looking at other posts, the below code should work – but it doesn’t for whatever reasons…
.main_color input[type=’submit’] {
border-radius: 6px;
}
2. Also trying to adjust the buttons highlighted in screenshot – again, not working.
Any ideas?
Hey clairemartindigital,
Please try this instead:
.avia_ajax_form .button {
border-radius: 6px !important;
}
Best regards,
Rikard
Perfect, thanks.