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

    Hi Guys!

    Hope all is well. I was wondering if you could please help me out with how to change the text within the contact form “learn more by getting email updates” from black to white. I can’t figure it out!

    LOVING the new updates btw, thanks for all you guys do.

    #766449

    Hey peanuttario,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .newsletter input.wpcf7-text::-webkit-input-placeholder { 
      color: white;
    }
    
    .newsletter input.wpcf7-text::-moz-placeholder {
      color: white;
    }
    
    .newsletter input.wpcf7-text:-ms-input-placeholder {
      color: white;
    }
    
    .newsletter input.wpcf7-text:-moz-placeholder {
      color: white;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #767158

    You’re amazing, thank you very much!

    #767168

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

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