Hello,
I'm using the Turbo Theme and I'm trying to remove the "FREE Shipping Worldwide" blurb that has a picture of a truck with it. It loads last on the page, so im thinking it's pulling from another source? It appears on almost every page whether the product is in stock or not. I tried looking in product, product-template, and product-form. I even went to Edit Languages, but I cant seem to find the image/text and remove it. Any help is appreciated.
Solved! Go to the solution
Hi @bmb You could use the HTML inspector to locate the "FREE Shipping Worldwide" and then set a css rule "display: none" to the element. I have a video (https://youtu.be/dOjj2zY3A-4) talking about how to remove elements from the store webpage, you may find the removed elements in the video are different, but the idea is the same. You can easily do it by yourself
This is an accepted solution.
I solved it. If anyone else is facing this issue:
Go to Online Store > Themes > Actions > Edit Code
From there, Go to your Assets folder and select the styles.scss.liquid file.
Scroll to the bottom and add this:
div#htusb_container_html_prod_generic_pricing { display: none; }
User | Count |
---|---|
448 | |
187 | |
139 | |
61 | |
44 |