• Resolved boed1

    (@boed1)


    Hello,

    I see how to adjust the captcha width but not how to adjust the captcha over all size including the captcha text within the image. How do I increase the size in th 10web form maker plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @boed1,

    Thanks for your inquiry.

    With the below code you can give width and height to the captcha box, and the text inside will be changed accordingly.

    Please add the below code in Appearance > Customize > Additional CSS section:

    img.captcha_img {
      width: 250px;
      height: auto !important;
    }

    This does not work for me. It gets bigger, then immediately goes back to the original size.
    So it temporarily worked. lol.

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @sneves44,

    Please send us your form page link to check the issue.

    Please enter form maker > options and enable developer mode before sending the link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resize Captcha font in form maker’ is closed to new replies.