Could you please help me make the font larger on the contact form button?
And is there a way to make it a specific font?
Thank you.
Hi Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top label {
font-size: 17px;
font-family: roboto!important;
}
Regards,
Yigit
Thank you that was to make the font on the contact form larger.
I was specifically wondering how do I make the font larger on the contact submit BUTTON?
Thank you so much and I apologize so not being more specific.
Hey!
I am sorry :) Please use following code instead
.avia_ajax_form .button {
font-size: 26px;
font-family: roboto!important;
}
Best regards,
Yigit
It worked thank you for your support!
It worked