Section Collapse: How to modify the design and font color?

  • formularios cimei
    Fecha de consulta 8 de febrero de 2024, 11:58

    Como puedo editar el diseño de este elemento y cambiar su color de letra

  • Eliza Jotform Support
    Fecha de respuesta 8 de febrero de 2024, 12:13

    Hi {username},

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You can modify the Section Collapse element by injecting CSS code into your form. Can you tell us what specific design you want to modify it into so we can check what CSS code we can use? As for changing its font color, you can inject the CSS code below:

    .form-collapse-table {

      background-color: none !important;

      background-image: none !important;

      color: red

    }

    You can change "red" into whatever color you want to use. If you also want to change the background color of the element, just change "none" in the code that I've provided into the color that you want. Let me guide you on how to inject the code:

    1. In Form Builder, click on the blue paint roller icon on the right side of the page.
    2. Go to Styles, and scroll down to see Inject Custom CSS. Enter the code into the box.

    Section Collapse: How to modify the design and font color? Image 1 Screenshot 20 Once we hear back from you about what specific design you want to modify the element into, we'll be able to help you with this.