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/
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;
}
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