Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849276

    onefoursix
    Participant

    re: http://activemummies.co.uk/home-page/

    We need the text on the contact form to be white please. can you advise?

    #849330

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    You can change the contact form text color to white using following CSS code under Custom > CSS in the Customizer:

    #wpcf7-f70-p22-o1 {
      color: #fff;
    }
    

    Thank you!