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

    Hi there, I have searched and tried multiple different code snippets but just can’t seem to be able to change the colours in the contact form.
    The link to the page is https://naturallandscaping.com.au/contact-us/

    Could someone please help with the css code needed. I’m wanting to change the actual text boxes to a light grey background (darker than it currently is though) with a medium grey 1px border.

    Thankyou!

    #863232

    Hey Kristy,

    You can change it adding these customs CSS codes at Enfold Theme Options > General Styling > Quick CSS

    
    form input, form textarea {
      background: #aaa !important;
    }
    

    Best regards,
    John Torvik

    #863236

    Perfect, thanks so much John!

    #863264

    Hi,

    Glad that John helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Contact Form Colors’ is closed to new replies.