• Resolved musachi

    (@musachi)


    I would like to increase the font size for the textarea field, but I don’t see the option to play with font anywhere in the options. I also don’t the ability to adjust font and font sizes for any of the fields. How can this be done

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Vivek Acowebs

    (@viveke)

    Use the following CSS code on your site and check.

    .wcpa_type_textarea .wcpa_field_label {
    font-weight: 700;
    font-size: 16px;
    }
    Thread Starter musachi

    (@musachi)

    I added this to the “Additional CSS” setting of my Astra child theme, but it only changes the font size of “Course Selection”. I would like to increase the font size of the text below “Course Selection”. Is there another solution?

    • This reply was modified 1 month, 4 weeks ago by musachi.
    Thread Starter musachi

    (@musachi)

    Thank you! I figured it out using your code.

    .wcpa_type_textarea .wcpa_field_desc {
    font-size: 16px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.