Re: Change Color of text boxes in create new account

Solved

Change Color of text boxes in create new account

Mobra47
Tourist
13 0 1

Hi,

 

i would like to change the colors of the text boxes to dark like i did with the login page. 

 

Don't know which codes are right...

 

Screenshot 2024-02-24 at 21.22.08.png

 

Website: https://zipstercards.de/

Password: zipster2023

Accepted Solution (1)

BSS-Commerce
Shopify Partner
3478 465 560

This is an accepted solution.

Hi @Mobra47 ,

You can follow these steps:

Step 1: Go to Customize 

view - 2024-03-04T090359.031.png

Step 2: Go to the page you want to change 

view - 2024-03-04T090512.667.png

Step 3: Add CSS here:

view - 2024-03-04T090557.301.png

input {
  background: #000;
}

You can custom the color you want @Mobra47 

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 2 (2)

BSS-Commerce
Shopify Partner
3478 465 560

This is an accepted solution.

Hi @Mobra47 ,

You can follow these steps:

Step 1: Go to Customize 

view - 2024-03-04T090359.031.png

Step 2: Go to the page you want to change 

view - 2024-03-04T090512.667.png

Step 3: Add CSS here:

view - 2024-03-04T090557.301.png

input {
  background: #000;
}

You can custom the color you want @Mobra47 

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


Product Labels by BSS | B2B Solution & Custom Pricing


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BrandonB2000
Visitor
2 0 1

Hi, how would you do this for the text color inside the boxes? I:E change the colour of the text on the create account page? I would like to alter the field input text, not the links. Thank you