Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #538244

    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.

    #538253

    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

    #538257

    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!

    #538265

    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

    #538344

    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.

    #538347

    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

    #538349

    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!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Is there a way to change the captcha form font’ is closed to new replies.