Why aren't my placeholders appearing despite correct coding?

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.

https://fdee8b-2.myshopify.com/products/namnskylt-i-unik-typsnitt?variant=45098704568587

pw:eawhak

https://fdee8b-2.myshopify.com/products/namnskylt-i-unik-typsnitt?variant=45098704568587

pw: eawhak

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

Hi @Sten21 ,

Replace this code


This correct code


Thanks!

Many thanks!

This worked! Thanks