Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862091

    bnorsa
    Participant

    Hi,

    I would like to change the background of the enquiry form here:
    http://bennorsaphotography.com/contact/

    to a lighter grey and also change the entry font to black.

    I would greatly appreciate it if you could show me what CSS I should enter.

    Thanks, Ben

    #862295

    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .wpcf7-form {
        background-color: #333333;
        padding: 20px;
    }
    

    Hope that helps.