The cart page can’t be edited with color themes I guess and I can’t code how would I change the text from black to white? As you can see the image below I inspected it to see how I could change that but how would I do it without changing the rest of the site?
This is Noah 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
{% if template.name == 'cart' %}
{% endif %}
Here’s how its look on my end :
Hope this can help you solve the issue
Best regards,
Noah | PageFly
That’s some good progress, thank you! Unfortunately, the total and quantity aren’t showing up as well as some T-shirt titles and heading what should I do there?
Hi, please help me to replace the code you added above with this one:
{% if template.name == 'cart' or template.name =='product' %}
{% endif %}
Anyway, you could make the buttons purple, the purple that I use for the other buttons, the RGB should be this: 164, 34, 234. And there is now headers (that was my bad coding) on the top left of the pages
I fixed the white header at the top left just to update you ![]()
Please replace the code you added above with this new one to have the white text and purple button
{% if template.name == 'cart' or template.name =='product' %}
{% endif %}
I though we had it but the text is just purple not the whole button
@Shrapnel2023 Sorry for the late response, i can see the button is now purple in the background
Let me know if you need any helps







