I can not figure out how to remove the “FREE Shipping for USA customers!” text on my product pages to save my life. I can’t find it in the code or in any of my apps. I honestly forgot how I got it there. What should I do? Link below. Thank you for your help!
https://jiraffethreads.com/collections/giraffe-clothing-women/products/mosaic-giraffe-shirt
Hello @jiraffeking
.product__policies.rte {
display: none;
}
Add that code in CSS file then save it. Hope it will work. Need more custom changes? You can contact me on below details.
Kind Regards
SolverStaff
I actually want to remove the text. Do you think it is already in the same location? What page would that be?
@jiraffeking
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product .product__policies rte{
display: none;
}
Hope this works.
Thanks!
@jiraffeking - please go to your Shopify admin, go to Settings > Legal and check the policies, you should have text in one of them.
Otherwise you can use the css given above to hide it.
Thank you! It was not in the legal section. I will try the code.