Hi, how can I make the font on the submit button to be Alef – http://screencast.com/t/GqClAEAN
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold–>General Styling:
input[type='submit'] {
font-familiy:'Alef' !important;
}
Thanks,
Rikard
Doesn’t seem like that worked.
Hi!
There is a little typo in the code. Please try it as following
input[type='submit'] {
font-family:'Alef' !important;
}
Cheers!
Yigit
Thanks. How can I make the button and font bigger? Let’s say 20px.
Hi!
Please add following code to Quick CSS as well
input.wpcf7-form-control.wpcf7-submit {
font-size: 20px;
}
Best regards,
Yigit
Thanks.