Thank you for a great template!
Is there a way to customize the buttons on the contact form? I really would love them to be cohesive with all the other buttons on the site.
Thank you so much,
Rubie
Hi Rubie!
All buttons in the theme are cohesive, are you using the latest version of Enfold?
Regards,
Josue
I customized the font and the size of the other buttons, so wondering if there’s a way to customize the contact form buttons as well?
Best,
Rubie
Hi!
If you used CSS, you can this selector (that will target the cf button):
input[type='submit']{
...
}
Regards,
Josue
input[type='submit']{font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
input[type='submit']{ font-size: 20px; }
I tried this, however it didn’t work. Any idea why?
Hi,
Can you post the link to your contact page please?
Regards,
Josue
Is there a way to change the font and font size of the submit button?
Hey!
Try adding this code to the Quick CSS:
.button {
font-family: 'Oswald', sans-serif;
font-size: 22px !important;
}
Cheers!
Josue
Great! Thank you so much!!