Studio theme product page - "shipping" text, how to change to black to now use scheme applied

Solved

Studio theme product page - "shipping" text, how to change to black to now use scheme applied

Matty2019
Excursionist
38 0 11

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?

Screen Shot 2025-02-24 at 11.51.08 am.png

Accepted Solution (1)

Abdosamer
Shopify Partner
1040 188 225

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;
}

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 5 (5)

Abdosamer
Shopify Partner
1040 188 225

@Matty2019 , Can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

Abdosamer
Shopify Partner
1040 188 225

@Matty2019 , Go to base.css and add the following code :

.rte>*:last-child {
   
    color: black !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

Abdosamer
Shopify Partner
1040 188 225

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;
}

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Matty2019
Excursionist
38 0 11

sorry, i found another word on the cart page "Log-in", that didnt change to black, and is still white so is normally hidden

Screen Shot 2025-02-24 at 12.31.34 pm.png

Abdosamer
Shopify Partner
1040 188 225

@Matty2019 , Add the following code :

.cart__login-paragraph a {
    color: black !important;
}



Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work