Shopify themes, liquid, logos, and UX
hi, as you can see the word "shipping" under the price, is using white font colour, which is what the scheme is, but how do I enforce so that all text colour is black (excluding button labels), and overrides the scheme colour?
Solved! Go to the solution
This is an accepted solution.
@Matty2019 , Go to base.css and add the following code :
.rte a{
color:black !important;
}
cart-remove-button .button{
color:black !important;
}
@Matty2019 , Go to base.css and add the following code :
.rte>*:last-child {
color: black !important;
}
This is an accepted solution.
@Matty2019 , Go to base.css and add the following code :
.rte a{
color:black !important;
}
cart-remove-button .button{
color:black !important;
}
sorry, i found another word on the cart page "Log-in", that didnt change to black, and is still white so is normally hidden
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025