Custom CSS: Sub-label color not changing

  • rocketstation
    Asked on December 15, 2020 at 10:08 AM

    Hi,

    Good day!

    I have a form with the title "HR Requirements Submission Form".

    The sub-label color on one of the short text field "Photocopy of ISP Invoice" is not changing.

    I already tried going to the advanced designer CSS field and set the color of the sub-label to #fcfcfc, the white color shows on the advanced designer page but on the actual form it seems like it did not change:

    1608044871 5fd8d147aa345  Screenshot 10

    1608044793 5fd8d0f9549f6 Sublabel Screenshot 21


    but on the actual form, the sublabel still has the same dark gray color:

    1608044821 5fd8d1158958a  Screenshot 32

    Please assist.

    Thank you.

  • Jessica JotForm Support
    Replied on December 15, 2020 at 11:06 AM

    Hi rocketstation, thank you for reaching us.

    Please kindly try to add the following code instead:

    label#sublabel_input_23 {
     color: #fcfcfc !important;
    }

    Let us know if it doesn't work for you.

  • rocketstation
    Replied on December 15, 2020 at 12:35 PM

    Hi Jessica.

    Thank you for responding.

    Already tried it but it's still the same.

    1608053677 5fd8f3ad3c8cd  Screenshot 10

    1608053696 5fd8f3c0ad9ea  Screenshot 21

  • Jessica JotForm Support
    Replied on December 15, 2020 at 1:41 PM

    Hi rocketstation, thank you for reaching back to us.

    Could you kindly try to inject it into your Custom CSS from Form Builder instead of Advanced Designer?

    Let us know how it goes.