Home Forums WoodMart support forum wpcf7 font color + hover button color

wpcf7 font color + hover button color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #208346

    diderino
    Participant

    how to change the following:
    wpcf7 font color – see attached
    hover button color – see attached

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

    Hello,

    I saw the screenshot you attached. Please provide the URL of the page to check it myself and help you out accordingly.

    Best Regards.

    #208396

    diderino
    Participant

    check link

    #208415

    Hello,

    To change the color of text of the contact Form 7 you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    For inputs:

    .wpcf7-form-control.wpcf7-text {
    color: red;
    }

    For Textarea:

    .wpcf7-form-control.wpcf7-textarea {
    color: red;
    }

    Currently I am unable to see the button that you mentioned in your second screenshot. Please provide with the page url where the button exists to check it myself and help you out accordingly.

    Best Regards.

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