Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1361372

    I want to change the text and box outline color to white on a specific Contact Form.


    How to Develop a Strong Brand - NTEK Creative - Google Chrome 2022-08-10 at 10.57.10 AM

    How can I do this?

    Thanks in advance.

    #1361380

    Hey advteksol,

    Please try the following in Quick CSS under Enfold->General Styling:

    .postid-1567 main input[type='text'] {
      border-color: #fff;
    }
    
    .postid-1567 main input::-webkit-input-placeholder, .postid-1567 main input:-ms-input-placeholder, .postid-1567 main input::placeholder {
      color: #fff;
    }

    Best regards,
    Rikard

    #1361476

    After adding !important to both lines, the box outline changed to white, but the text is still black.

    #1361480

    Hi,

    I’ve edited the CSS for you, please review your site.

    Best regards,
    Rikard

    #1361483

    Perfect! Thank you!

    #1361487

    Hi,

    Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Text and Box Outline Color on Specific Contact Form’ is closed to new replies.