How can I remove the strikethrough on price in Glowish theme?

Solved

How can I remove the strikethrough on price in Glowish theme?

Rohtaas
New Member
5 0 0

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.

 

1.png

Accepted Solution (1)
AnneLuo
Shopify Partner
1293 228 266

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

AnneLuo_0-1714437388468.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 3 (3)

AnneLuo
Shopify Partner
1293 228 266

Please share the store URL so that we can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Rohtaas
New Member
5 0 0

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.  

AnneLuo
Shopify Partner
1293 228 266

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

AnneLuo_0-1714437388468.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee