I need to change the text colour of the customer login page’s ‘Title’, ‘Forgot Your Password?’ and ‘Create account’ sections to Black but keep the other text fields Gold. Can anyone help please?
Please share the URL.
I need the URL.
Please PM me, Ive tried to send you it directly but you have turned off messages.
Hi @Connor_Bentley ,
Go to Assets > base.css and paste this at the bottom of the file:
.customer h1,
.customer a{
color: #000 !important;
}
This has not done the trick unfortunately, nothing has changed. Is the code below entered correctly?
Hi @Connor_Bentley ,
Please add code:
.customer h2,
.customer p{
color: #000 !important;
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.




