Hi - I am using Prestige theme. For some reason the customer account creation/login/recovery etc. forms appear blank on my website. The text input in the fields appear white due to which it is unreadable. Changing the font colours from Theme Settings is having no impact. Please help.
@simash You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of style.css file.
form input.Form__Input, form input.Form__Input::-webkit-input-placeholder {
color: #000 !important;
}