How to change color Overline text on product page - Beyond theme

Hey guys,

So im trying to figure out how to change the color of the ‘Free Shipping’ text to a light green.

This is the website. Any input would be great. :smiley:

Thanks

Hi @Kaijann
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme–critical.css>Add this code at the bottom.

.product-page--overline {
    color: lightgreen;
}

You can see the change.

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

1 Like