• Can someone please help me with the CSS, i have tried everything and dont know how to make the text black. When someone enters text in the text fields, the text is white, i need the text to be black also can you please change the label text (Upload your powerbill…) text to black so it can be read Code is below:


    https://gist.github.com/akaashshashikum/7ed6992c50c3058c9161692363a020da

    <div class="form-style-4">
    
    <div class="columns_wrap">
    <div class="column-1_2"><span class="style-icon icon-name">[text* your-name placeholder "Name"]</span></div>
    
    <div class="column-1_2"><span class="style-icon icon-email">[email* your-email placeholder "Email Address"]</span></div>
    
    </div> 
    <div class="columns_wrap">
    <div class="column-1_2"><span class="style-icon icon-phone">[tel* phone placeholder "Phone"]</span></div>
    
    <label> Upload your Power bill & We'll show you how much you can save with solar!
    <div class="column-1_2"><span class="style-icon icon-file">[file file-886 "Attach Power bill"]</span></div>
    </div> 
    
    [submit "Get In Touch"]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • nikolausii

    (@nikolausii)

    Shouldn’t this be enough?

    <style>
      .wpcf7 input[type="text"] {
          color: #000;
      }
    </style>

    Add this to your code.
    Maybe you still need a

    color: #000 !important;
Viewing 1 replies (of 1 total)
  • The topic ‘Need help with CSS’ is closed to new replies.