ctal37
July 31, 2024, 6:42am
1
Hiii
I want to change the color of login button in new customer account,
and recently I switched to the “New customer accounts” version from “Classic customer accounts”.
However, it shows a blue color button on the login page (check the image below)
my store link — http://5a3cf5-fc.myshopify.com
Hello @ctal37
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css/base.css
add this code at the end of the file.
.ui-button.ui-button--primary:not(:disabled) {
background-color: gray !important;
}
result
If this was helpful, hit the like button and mark the job as completed.
Thanks
ctal37
July 31, 2024, 7:09am
3
hey, It’s still not changing tell me any other way?
Hi @ctal37
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1 : Online Stores > Themes > More Actions > Edit code
Step 2 : click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
ctal37
July 31, 2024, 8:12am
5
hey, It’s still not changing tell me any other way please?
ctal37
July 31, 2024, 9:18am
6
HIi @Dan-From-Ryviu please help me with this problem.
ctal37
July 31, 2024, 9:21am
8
@Dan-From-Ryviu I want this colour – #C10606
Hi @ctal37
I found that the account link is outside your store, so we cannot add a code to change the button color. Please check somewhere in that login function to see if you can customize the button color.
ctal37
July 31, 2024, 9:26am
10
@Dan-From-Ryviu can you tell me where do I look for this button where it could be possibly.. in which file exactly?
The file is not placed on your theme; that is why I told you we cannot add CSS code to change the button’s color.
You can check where you get the new login function
ctal37
July 31, 2024, 9:32am
12
@Dan-From-Ryviu I have enabled this new customer account option from settings- customer accounts. can you tell me which file having this page codes
Hi @ctal37
I found it has option to custom buton color for checkout and customer, but it won’t change on the login page
ctal37
July 31, 2024, 10:12am
14
@Dan-From-Ryviu Its not working
Hey @ctal37
Per Shopify’s support documentation “The login page only uses your checkout logo and the button color can’t be changed from the default blue color.”
https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts#branding-and-customization