Hi, I’ve installed the Smile.io app, which requires users to register for loyalty points.
The page they go to to register has the text whited out so that the customer cannot see it, therefore they cant complete registration. This has happened a few times when I’ve created new pages, but my themes ‘seem’ to be correct. Can anyone help fix this?
Screenshot:
Website URL: www.hobbster.co.uk
Hi @Solomond ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find base.css file
- Add the following code at the end of the file.
div.customer .field input {
background-color: #666 !important;
color: #ffffff !important;
}
.customer>h1, .customer__title {
color: #666;
}
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
1 Like
Worked perfectly, thank you.