How can I change the color of footer input field text?

Hello,

Could you please help to change the newsletter text inside the input field?

Right now its white on white, I need the text placeholder text to be black.

Store URL: https://glow-boards.com/

Hi @glowboards please follow the video linked in here —> Video Tutorial and apply the code given in here

.site-footer input  
  {
    color: black;
  }

@Ecommpremium doesnt work

@glowboards Dont worry apply from one of the codes separately one will work

.site-footer input  
  {
    color: black !important;

  }
.input  
  {
    color: black !important;
  }

@glowboards

please apply if not dont hesitate to reask as its working at inspecting at front side

neither are working when I paste in theme.scss. You pasted in base.css I dont have that. Maybe thats why?

Try to change the class name with .site-footer.input

Or .input

Instead of .site-footer input

@glowboards

doesnt work still

@glowboards

Please try this code

input  {color: black !important;}

Thanks!

yes ry this i forgot to remove .

input  {color: black !important;}

@glowboards