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

    Hi, how can I chage the font to white in the contat form element? It should take effect on all the contact forms on the site.

    #1061268

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #main .form_element input[type='text'],
    #top .main_color .form_element select, #top .main_color .form_element textarea {
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.