change the color of the text on the registration page
I have a Opencart theme instaled but it as a problem: In costumer register account page we can't see the text (I think that is because is at the same color as the background)... the link: http://portoinabottle.pt/index.php?route=account/register
Does anyone know how to fix this?
(I contacted the creator of the theme but he replied that he no longer supported this theme)
0
-
Hello, Marco,
Try to add these lines to your stylesheet.css and refresh the cache:
table.form > * > * > td font- color: grey;
0 -
Hi, It's easy as pie!
Just follow the steps:
1. find the file "catalog/view/theme/bottleshop/stylesheet/stylesheet.css"
2. go on line #544
3. change html color code to, for example, white
4. save the file and upload it on server
5. refresh twig/template cache (gear icon on the right-upper corner in dashboard)
6. check how it looks
--
Regards,
Andrii Burkarskyi
0 -
Thank you very much for your responses Karapuz and Andrii Burkarskyi.
I managed to solve it with your advice.0
Please sign in to leave a comment.
Comments
3 comments