Hi,
This is only a tiny thing, but is there a quick css to change the font of the “Please prove that you are human by solving the equation *” bit?
Everything is else as I want it, so I don’t want to change any of the h tags, but a little help would be greatly appreciated.
Thanks in advance.
Hey jonrouse!
Can you please post the link to your page and elaborate on the changes you would like to make on the text? :)
Regards,
Yigit
Thanks Yigit, I’m still building the site, but I’ll include the link in my reply. It’s at the bottom of the page at the contact form.
Cheers!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
label[for="avia_7_1"] {
font-size: 15px!important;
color: orange!important;
}
If the changes you wanted to make were different, please elaborate :)
Best regards,
Yigit
Thanks Yigit,
I tried and modified it
label[for="avia_7_1"] {
font-size: 15px!important;
font-weight: 300;
font-family: 'Work Sans';
text-transform: none ;
}
Just can’t seem to stop it from being bold.
Hi!
Please change your code to following one
label[for="avia_7_1"] {
font-size: 15px!important;
font-weight: 300!important;
font-family: 'Work Sans';
text-transform: none;
}
Regards,
Yigit
Just changed it, that’s perfect. I even figured out how to change the capchta font based on your advice.
Thanks for the help and the speedy response!