Can someone help me somehow on my site the price is listed twice
Please share your store URL.
Could you please provide a screenshot that which price you want to remove ?
My prices on each product is on their twice so I want it removed from all of them. I only want the price to show once for each product
Please add the following code at the bottom of your assets/theme.css file.
span.bacurr-money{
display: none !important;
}
Hope this helps.
That page keeps flickering then blacking out or resetting when I try to add that part to it. Any way to fix it?
i ended up getting it to work. Thank u for your help
Hi, @Sheeomya !
My name is Lilith, I’m on the Social Care team at Shopify.
It looks like you have solved this one. Very glad you were able to remove the second price on the site!
I wanted to check in here to make sure you have some resources and guides when you work on editing your code.
If your price was showing up twice there are a couple of reasons why this would happen:
1. A snippet of code you entered was accidentally entered twice
2. An app you installed for page editing may have interfered with the theme code
A few things that will help you with these issues. Before you make changes or edit your code in any way, make a copy of your theme as a backup in case there are some files you’re unable to roll back.
Speaking of rolling back code, you can also do that with the majority of your theme files. We have a guide here to help you on how to do that anytime you want to turn the code back to any point in time that you’ve saved it.
Apps will usually add code into your theme so if you’ve installed an app and noticed that your theme looks different, you can remove the app or you can contact us in our live support channels to help you pinpoint which 3rd party app could be causing the issue. We don’t support third-party apps via our support team directly, but we can certainly test out which one it could be and connect you with that 3rd party developer so they can help.
I also recommend checkout out this troubleshooting guide as well for themes, most themes including the 3rd party paid ones will work in a similar fashion so this guide will be very useful long-term.
Adding an extra code of CSS (like the solution you incorporated) will be a great way to temporarily resolve any issues, but you’ll want to make sure to check your theme code or your apps to make sure that you don’t encounter any more of these issues in the future.
Remember that the more “extra” code you add to your site (including to cover up other code issues) the “heavier” your site will be when it tries to load. This means it could eventually start to slow down your site and cause customers to leave your site before they click anything at all.
Take a look at our SEO guide. It’s got all the basics you’ll need to be able to make sure that your site performs well on search engines and maintains a healthy optimized speed.
A healthy speed will be beneficial for your search engine ranking. Google favors speed on sites as part of SEO so keep your theme clean, and your code lean and simple. In the long run, you’ll have higher traffic retention and that will lead to higher conversions down the road.
Let me know how you do with the information above! I’m happy to answer any questions you think of as you work on your business.

