Shopify themes, liquid, logos, and UX
Hi,
Could anyone please help me to change the color of the taxes policy on cart page and product page. I'm currently using Debut theme. The URL is kannuii.es
Many thanks
Solved! Go to the solution
This is an accepted solution.
Hi @MarksBcn ,
Please add the below code to your theme.css file. You can find this file in the assets folder of your theme.
body .cart__shipping{
color:#ff0000;
}
body .product__policies{
color:#ff0000;
}
Hi @MarksBcn
Please add the following code to your theme.css file at the very end and use any hex value you'd like for the correct output:
.product__policies.rte {
color: #4a1212;
}
.cart__shipping.rte
{
color: #4a1212;
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
This is an accepted solution.
Hi @MarksBcn ,
Please add the below code to your theme.css file. You can find this file in the assets folder of your theme.
body .cart__shipping{
color:#ff0000;
}
body .product__policies{
color:#ff0000;
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024