How can I hide product prices on the Impact 2.0 theme?

Solved

How can I hide product prices on the Impact 2.0 theme?

mikhailkuzi
Shopify Partner
9 0 2

Hi there.

 

Can anyone advise on how to hide product prices on the the Impact 2.0 theme?

 

I would like to know which code to inject in the theme to achieve this please.

 

Any solutions are welcome.

 

Thank you.

 

 

 

Thank you.

Accepted Solution (1)

David_SHT
Globetrotter
605 125 125

This is an accepted solution.

Hi @mikhailkuzi ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Layout folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
.price-list {
  display: none !important;
}
</style>

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 5 (5)

PageFly-Noah
Shopify Partner
1317 233 272

Hi @mikhailkuzi 

 

This is Noah 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-list {
display: none;
}
</style>

 

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

mikhailkuzi
Shopify Partner
9 0 2

Thank you for your response, I have tried it out but it did not reflect site-wide. I appreciate your input all the same.

PageFly-Noah
Shopify Partner
1317 233 272

Hi @mikhailkuzi  Let me know if you need further help.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

David_SHT
Globetrotter
605 125 125

This is an accepted solution.

Hi @mikhailkuzi ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Layout folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
.price-list {
  display: none !important;
}
</style>

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

mikhailkuzi
Shopify Partner
9 0 2

Thanks David that works like a charm.

 

I really appreciate the assistance.

 

Have a great day!