Shopify themes, liquid, logos, and UX
Hi, I'm using the Woodstock theme and my URL is: https://leadingsolutions.net.au.
I'm trying to remove the badge on the collection page view and product page view in the screenshots below that shows the % decrease in price. I want to keep the 'was $X' 'now $X' view but just remove any badge or reference to what the percentage off is.
Collection page:
Product page:
Hi @Franrulzok
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> 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 </head>
<style>
.price__badge--in-card.price__badge, .card__inner .badge {
display: none !important;
}
</style>
Also while investigating the issue for you I've found that there's one thing that you can consider to make it, and it will make your site more professional for customer
Is to add the CTAs button in the banner here, currently the one in it is kinda of confusing, and once you have the CTAs button, you will able to direct customer in the first 5 second when they land to your site.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi, thanks this worked on the collection page view. But I can still see it on the product page. Any suggestions?
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
.badge--sale,
.price__badge--in-card,
.price--on-sale .price__badge
{
display: none !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024