I want to remove the one I highlight with red rectangle and keep the ones highlighted in green.
How do I do that?
I want to remove the one I highlight with red rectangle and keep the ones highlighted in green.
How do I do that?
Hey @ChrisDLPZ
Follow these Steps:
<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
Thank you so much man!
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
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.
BAM! Thank you. It works!