• Resolved jackotto

    (@jackotto)


    I added a text field for customers to give custom specifications, but the title/description of the text is a bit too small for my liking. I am on the free version, is this a paid feature? Or is there another way to correct this?

    Thank you

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

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

    (@viveke)

    Design customization options are available in the Pro version. However, you can add custom CSS to style the elements as needed.

    Please try the following CSS code:
    .wcpa_wrap .wcpa_field_label {
    font-size: 20px;
    }
    .wcpa_wrap .wcpa_field_desc {
    font-size: 15px;
    }

    Thread Starter jackotto

    (@jackotto)

    Thank you @viveke! When installing this plugin one of the main things that stuck out to me were all the comments praising the support team, and they were totally right. Appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.