Highlight a text in my form

  • Edesignsplans
    Asked on November 4, 2017 at 6:10 AM

    Hi

    Is there way to highlight, change color or bold text in just one line in a form that has more than one line?

    Example: I would lite to change the text for the "CAD File" on this page.

    https://www.edesignsplans.ca/e-designs_4-plex_plans/4-plex_2011583.html

  • Elton Support Team Lead
    Replied on November 4, 2017 at 10:15 AM

    Are you referring to the CAD File text in your form?

    Highlight a text in my form Image 1 Screenshot 30

    If that's what you want, inject this CSS codes to your form. This should highlight the mentioned text with an orange background and white text color. You can also change the colors in the code if you like.

    label#label_input_25_0 {

        background: #f7941e;

        color: #fff;

        padding: 0 4px;

        margin-left: 24px !important;

        font-weight: bold;

        text-indent: 0 !important;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Highlight a text in my form Image 2 Screenshot 41