I want to changes sales badge size on product page only.
Here is my website link: www.swayur.com
A user seeks to modify the sales badge size specifically on product pages of their Shopify store.
Proposed Solution:
theme.liquid file, positioned above the </head> tagCurrent Status:
The response provides step-by-step instructions with a code snippet, though the actual CSS code appears corrupted or improperly formatted in the thread. The solution remains unconfirmed by the original poster.
I want to changes sales badge size on product page only.
Here is my website link: www.swayur.com
Hi @swayurindia
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
{% if template contains 'product' %}
{% endif %}
If you want to decrease the size you can set it to 0
Hope this can help you solve the issue
Best regards,
Richard | PageFly