I need help to change the placeholder color of the input email text. please help.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
.site-footer__section .input-group input::placeholder {
color: black;
}
@ZestardTech thanks, that worked.
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
