How to change the "log in" and "create account" buttons color?

Solved
SuenosBeats
Tourist
9 0 2

Screenshot 2023-10-03 at 04.18.22.pngI am using "Craft" theme

Accepted Solution (1)
David_SHT
Trailblazer
605 123 122

This is an accepted solution.

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> base.css file.

Add this following code at the bottom of page.

 

 

 

.customer.login form button {
    color: #000;
}

 

 

 

result: 

David_SHT_0-1696301672488.png

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 6 (6)
Dan-From-Ryviu
Shopify Partner
5371 974 995

Hi @SuenosBeats 

Could you send that page link so I can provide CSS code? 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

SuenosBeats
Tourist
9 0 2
David_SHT
Trailblazer
605 123 122

Hi @SuenosBeats ,

This is David at SalesHunterThemes.

Please share your store URL, page URL and also password (if your store has one) so we can help you.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

David_SHT
Trailblazer
605 123 122

This is an accepted solution.

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> base.css file.

Add this following code at the bottom of page.

 

 

 

.customer.login form button {
    color: #000;
}

 

 

 

result: 

David_SHT_0-1696301672488.png

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

SuenosBeats
Tourist
9 0 2

Hi David!

 

This worked, thank you for your help!

 

How do I change the "create account" section?

 

Screenshot 2023-10-04 at 19.50.05.png