• Hello, is it possible to change the font style and size and make the borders and text a little darker? I tried to do some adjustments in CSS but it didn’t work. (I am not a programmer). 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,

    Form uses the colors from your theme.

    But to change the border into something darker you can use this custom CSS:

    
    #vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {border:1px solid #ccc;}
    #vscf .form-group textarea {border:1px solid #ccc;}
    

    Over here the form text has the same color as the text of the rest of the page.

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Font Style, Size’ is closed to new replies.