Home Forums WoodMart support forum Cannot change font color on form

Cannot change font color on form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432887

    warren
    Participant

    Hi There,

    In the attached screenshot, you will notice a form with grey fonts for the label for each field (i.e. Your Name, Your Email, etc.). This is for the “Contact Form 7” plugin, which came with the WoodMart theme.

    I’ve been trying to change the font color of these labels from grey to white, but it won’t let me.

    In other words, when I go into the Contact Form in WPBakery, I can change the text color (inside each field), but there is no way for me to change the font color for each label (i.e. Your Name, Your Email, etc.) from grey to white.

    Do you know where I can find these settings?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #432994

    Hello,

    There isn’t a separate option available for the Label color change, so you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    #wpcf7-f7025-p7034-o2 form.wpcf7-form p label {
       color: #fff ;
    }

    In this CSS, you can change the color from #fff (white) to your choice of color.

    Best Regards

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