How to change the color of "shipping" in the product page?

Hi there,

As you can see on the below screenshot. The “shipping” can’t be shown in the product page. Who can help me? Thank you in advance.

inspect the class of that shipping and then
add this code to your theme.css file

.classname {color: #000000 !important ;

}
if you are not able to find the class of shipping text then share your website url

Hi [email removed]Yongjet,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

.product__tax.caption.rte a{color:black !important}

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly