HOW CAN I CHANGE THE FONT COLOR IN WIDGET?

  • colegiocristianomientrasviva
    Asked on May 28, 2018 at 1:24 AM

    ¿COMO CAMBIO EL COLOR DE LAS CELDAS INTERNAS?

    HOW I CHANGE THE COLOR OF THIS?1527484923SCREMM Screenshot 10

     

  • Alexis_P
    Replied on May 28, 2018 at 4:57 AM

    Hello, 

    Please, enter this CSS code in your Widget Settings. 

    You should first click on your photo in your form (then on GEAR), than in Widget Settings click on Custom CSS and in the window you see below enter this code at the bottom of the window. 

    #I2, #I3, #I4, #I5{

    color: red;

    }

     

    When you do that you'll change the color of the text in the first 4 columns as you marked on your picture in the question?

    And if you also want to change the 5th column just enter this code below in the same way as the above CSS code:

    #I6{

    color: red;

    }

    Also, please look at following guide: -How-to-Inject-CSS-Codes-to-Widgets


    Hope this will help you. Let us know if you need any further assistance.