How do I change the cart text to white or purple and not black?

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?

Hi @Shrapnel2023

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

1 Like

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?

https://shrapnelclothingco.com/products/jets-tee

Hi, please help me to replace the code you added above with this one:

{% if template.name == 'cart' or template.name =='product' %}

{% endif %}

1 Like

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

https://admin.shopify.com/store/cadenrichards14/themes/136917614843/editor?previewPath=%2Fproducts%2F2023-logo-tee&customCss=true&block=template–16777871229179__main%2Fdescription&section=template–16777871229179__main

I fixed the white header at the top left just to update you :slightly_smiling_face:

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 %}
1 Like

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