• Resolved kungfuclass

    (@kungfuclass)


    Dear Developer,

    Thank you for this powerful plugin, I have some questions:

    1. How to change the font size of the registration form? What CSS codes should I type?

    2. The “Choice Limit” of the check boxes does not work. I set the choice limit number to one, but I can still select two choices.

    Please kindly advise how to solve the problems. I greatly appreciate your help.

    Thanks & regards,
    KF

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @kungfuclass,

    Thanks for writing in. Please use the given custom CSS in order to change the font size of the Registration form.

    .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, 
    .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
        font-size: 17px;
    }

    Paste this code in the additional CSS box. You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see the Additional CSS box. Paste this code there and it will do the trick.

    And regarding the checkbox, it seems to be working fine on your site. Once could you please verify it from your end too?

    Best Regards!

    Thread Starter kungfuclass

    (@kungfuclass)

    Thank you! It works! The checkbox works too!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Size and Choice Limit’ is closed to new replies.