• Resolved MarcL

    (@marclindner)


    Hello,

    I’m trying to customize the title of a form but I can’t manage to make any change.
    I digged and I assumed this is the class concerned if I want to modify the title only of the form : .wpforms-field-label

    I tried to add the following css code in the customized css code plugin :

    div.wpforms-field-label {
    color:ff0000 !important;
    }

    Does anyone knows what is wrong?

    Thanks a lot,

    Marc

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Marc,

    Thanks for reaching out!

    The snippet you have is very close – try below 🙂

    .wpforms-field-label {
    color:#ff0000 !important;
    }
    
    Thread Starter MarcL

    (@marclindner)

    Hi Jared,

    Thanks a lot again, it worked perfectly.

    Marc

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS : wpforms-field-label ?’ is closed to new replies.