On my website rebirthtilburg.com, when you access it with your phone, if you go to the “create account” or “login” page, the text that’s supposed to show up like “email” and “password” etc. doesn’t appear. What can i do to fix this?
Thank you
On my website rebirthtilburg.com, when you access it with your phone, if you go to the “create account” or “login” page, the text that’s supposed to show up like “email” and “password” etc. doesn’t appear. What can i do to fix this?
Thank you
Aibek is here from Speedimize.io
You’re talking about a placeholder. Your placeholder is white. To change it, find this class and delete color. Should be as below:
::-webkit-input-placeholder {
opacity: 0.6;
}
The placeholder style is located in the theme.scss file. cmd+f or ctrl+f to search inside the file.