Shopify themes, liquid, logos, and UX
Hi all.
We are using third party theme "Glowish" for shopify. I am not much familiar with shopify coding. Any help, how to remove strikethrough line from price from "Featured Collection" on home page.
Solved! Go to the solution
This is an accepted solution.
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>
.price span{
text-decoration: unset !important;
}
</style>
After modification
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Please share the store URL so that we can assist you.
Hi AnneLuo. This is the store URL, https://www.bellacontactlens.pk/ the problem is on the home page only under the "Hand Picked Lenses" and "Our Secret Collection" sections.
This is an accepted solution.
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>
.price span{
text-decoration: unset !important;
}
</style>
After modification
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025