Re: Change Colour LOGIN/REGISTER

How can I change the color scheme of my login/register page?

atm19
Excursionist
41 0 3

Hi everyone! How can I change it so it looks like this:

- white backround gray borders and text for email and password

- sign in buttom gray text and border

- register button gray

- all other texts black

 

can you do the same thing for register page?

 

www.taneau.com

 

IMG_8025.png

 

thanks for help asap

Replies 3 (3)

Liquid_xPert_SJ
Shopify Partner
1369 141 209

@atm19 

 

hi please paste below code into your theme files

Online Theme > Edit Code > theme.liquid and place it before the </body> tags

<style>
#customer_login input {
	background-color: #fff;
	border: 1px solid gray;
	color: gray;
}
#customer_login label {
	color: gray;
}
#customer_login a[href="#recover"] {
	margin-left: 0;
	margin-right: 0;
	color: black;
}
#customer_login button {
	border: 1px solid gray !important;
}
</style>

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
atm19
Excursionist
41 0 3

image.jpg

image.jpg

 

thanks for your help! the text hasnt changed to black and also the registration page hasnt changed. what should i do? 

Liquid_xPert_SJ
Shopify Partner
1369 141 209

you just need to replace the register page form id with the login page form id and update that.

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.