According to everything I have done, my placeholder should appear, however, it doesnt. Cant find anything wrong in the code though.
Hello @Sten21
Can you share store URL?
Hello,
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
There is a rule in base.css which makes field input placeholders transparent.
You should try adding this to the “Custom CSS” section setting:
.field__input::placeholder {
opacity: initial;
}
2 Likes
Many thanks!
This worked! Thanks

