Hi guys,
Been trying to change the text-color in the customer account. I tried doing so via the CSS, but can’t seem to get it.
Can anyone help me with it please?
Thanks
Goal: change text color on Shopify Customer Account pages (notably H2 headings).
Proposed solutions:
Additional note: A developer requested the site URL to assist further.
Status: no confirmation from the original poster; solution not yet verified as resolved.
Context tips:
Hi guys,
Been trying to change the text-color in the customer account. I tried doing so via the CSS, but can’t seem to get it.
Can anyone help me with it please?
Thanks
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file customer.css. Search for the following CSS snippet
.customer.account h2 {
color: red !important;
}
Result
If it helps you, please like and mark it as the solution.
Best Regards
This is Richard from PageFly - Shopify Page Builder App
Hi @JesusGomicare I can help you. Please can you provide the website url. Thank you.
Best regards,
Richard | PageFly
Hi @JesusGomicare ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hi @JesusGomicare ,
You can edit this by adding a simple line of code.
Go to online store > themes > Click on three dots of current theme > edit code > search in the left sidebar for Base.css > paste the code below
.customer.account h2 {
color:black !important;
}
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans