How can I change the sub-header font color in my embedded form?

  • plainfieldlibrary
    Asked on December 12, 2017 at 2:13 PM

    Here is my embedded form.

    I have changed the CSS as pictured below. In the preview area on the Jotform page the sub-heading text does change to black, but on my Wordpress.org page it stays an unreadable grey color. Any help would be appreciated.


    1513105535formcss Screenshot 10

  • Jed_C
    Replied on December 12, 2017 at 3:33 PM

    Kindly try adding font-weight: bold; in your CSS under .form-subHeader. It should look something similar like the image below.

    1513110533font weight Screenshot 10

    Another thing is that you can define a number value for up to 900 when using the font-weight property. You can try playing around the numbers and see which thickness you preferred on your site.

    Let me know if that helps.