How to change the text colour in Customer Login Page.

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?

@Connor_Bentley ,

Please share the URL.

This is Sense Theme and I also need to change the following;

@Connor_Bentley ,

I need the URL.

@oscprofessional

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;
}

@LitExtension

This has not done the trick unfortunately, nothing has changed. Is the code below entered correctly?

Hi @Connor_Bentley ,

Please remove code here:

@LitExtension

Perfect! Is there some extra code I can add to change the below text too?

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.