How can I hide the highlighted feature?

I want to remove the one I highlight with red rectangle and keep the ones highlighted in green.

How do I do that?

1 Like

Hey @ChrisDLPZ

Share your store URL and Password if enabled.

Best,
Moeed

1 Like

Hey @ChrisDLPZ

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.price.price--large.price--show-badge {
    display: none !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

1 Like

Thank you so much man!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Cheers,
Moeed

1 Like

Hey Moeed,

Idk where I’m going wrong with this. I’ve went to the right folde

r and tried pasting this at the bottom as shown but the price is still showing on my end

That’s a little weird because the code I provided you works completely fine, try adding this code in the main product section custom CSS block without the style tags.

If that still doesn’t works then just share your collaborator request code with me in private messages and I’ll sort that out for you.

1 Like

BAM! Thank you. It works!

1 Like