Liquid, JavaScript, themes, sales channels
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?
Solved! Go to the solution
This is an accepted solution.
Hi, please help me to replace the code you added above with this one:
{% if template.name == 'cart' or template.name =='product' %}
<style>
*,a{
color: white !important;
}
</style>
{% endif %}
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
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' %}
<style>
*,a{
color: white !important;
}
.product-form__buttons button:first-child span {
color: rgb( 164, 34, 234) !important;
}
</style>
{% endif %}
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> 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 </head>
{% if template.name == 'cart' %}
<style>
*{
color: white;
}
</style>
{% endif %}
Here's how its look on my end :
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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
This is an accepted solution.
Hi, please help me to replace the code you added above with this one:
{% if template.name == 'cart' or template.name =='product' %}
<style>
*,a{
color: white !important;
}
</style>
{% endif %}
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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 🙂
This is an accepted solution.
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' %}
<style>
*,a{
color: white !important;
}
.product-form__buttons button:first-child span {
color: rgb( 164, 34, 234) !important;
}
</style>
{% endif %}
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
37 | |
24 | |
13 | |
13 | |
9 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023