• Hello, I need to change the contact form font color and the submit button color. The previous entries I found in the support forum are several years old and they did not work. Can you assist? Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Edwin,

    Try this at the Extra CSS page of the Customizer in your dashboard:

    Labels:

    
    #vscf .form-group label {color:#333;}
    

    Fields:

    
    #vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {color:#333;}
    #vscf .form-group textarea {color:#333;}
    

    Button:

    
    #vscf .form-group button {background:#333; color:#fff;}
    #vscf .form-group button:hover {background:#000;}
    

    (change the colors to your needs)

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Submit Button and Font Color’ is closed to new replies.