Hi Everyone,
Im trying to change the colour of my ‘create account’ text. its white on a white background. I would like it black please
Thanks
Josh
website URL is breninbeard.co.uk
Hi Everyone,
Im trying to change the colour of my ‘create account’ text. its white on a white background. I would like it black please
Thanks
Josh
website URL is breninbeard.co.uk
Hi @JS_Kes
It seems you solved your issue. If you need anything else don’t hesitate to ask us.
Cheers!
Hi JHKCreate,
I had changed the form background but it also changed the quanitity forms (I should of guessed it would),
So I am still struggling to find the specific line of code to adjust the text.
Whatever I type, comes up as black ,but ‘first name’, ‘last name’ etc, is still in white.
Hi @JS_Kes
Add the following code to your theme.scss.css file:
input#FirstNamel, input#LastName, input#Email, input#CreatePassword {
background: black;
color:white;
}
That should do it, do let me know!