How to change autoresponder/notification cell background color

  • henbrock
    Asked on December 11, 2020 at 12:16 AM

    I know how to select a row and then get to the row properties advanced tab where there are fields to add a color to bkgd and border. I've added a hex color that stays selected, and the CSS shows up in the bigger field above it, but the #756f60 color doesn't appear.

    I have attempted to address the border color in the total $ row in both autoresponder and in notification. But I see no change in the form design and when I place an order this styling does not appear.

    https://form.jotform.com/203446490647157

  • Vanessa_T
    Replied on December 11, 2020 at 1:20 AM

    If you want to change the background color of a specific row only, you will have to do that within the email's source code.

    1607667352 5fd30e9894a70 02462 Screenshot 10

    Once in the Source Code editor, locate the cell that you want to change the background color and replace the value of the bgcolor attribute.

    1607667513 5fd30f39340b6 02463 Screenshot 21

  • samuel.y.123abc
    Replied on December 11, 2020 at 3:11 AM

    Hi henbrock,

    You need to specify the border-width attribute. Your border color will not be rendered before you specify the border width. Unfortunately, you need to type in this border-width attribute manually since there is no UI provided in this current version.

    Please follow the steps described in this picture.1607674265 5fd329998901e notification st Screenshot 10

    Let me know if it works.

    Samuel Y

  • henbrock
    Replied on December 11, 2020 at 3:53 PM

    @samuel.y.123abc

    Yes. This worked. Thank you!

    The only item to note is that while you can select multiple cells to style using cell properties, but you have to choose one cell at a time to edit cell styling.