How can I change the unordered list color in a Text Field?

  • HAApplications
    Asked on February 23, 2018 at 2:29 AM

    I need to know how to change the color on bullet points.  With most software, the bullet points change color with the text.


  • Support_Management Jotform Support
    Replied on February 23, 2018 at 6:26 AM

    Is this the form you're currently working on?

    https://www.jotform.com/80530344384958

    You can change the color of the bullet points on any webpage (forms included) using CSS. Please inject these CSS codes to your FORM BUILDER:

    #text_16 ul li {

        color: #d9628c;

    }

    I matched the color of the bullet points with the color of the text but feel free to change it upon your discretion.

    Complete guide: How-to-Inject-Custom-CSS-Codes