How can I remove a price tag from the ATC button?

Hello guys, maybe someone can assist me with removing price tag from ATC button?

Hey @KristijonasC
Kindly share your Store URL and Password if enabled

Yes you can remove it in footer.liquid file in code

Yes, sure! Here you go: https://e74gs63sk7y0zemb-71302185265.shopifypreview.com

It’s not a footer. It’s in product page

@KristijonasC

Please add the following CSS code to your assets/theme.css bottom of the file.

[data-button-price]{display:none !important;}

Thanks!

1 Like

Great! Thank you! But could you also helo, by removing that “dot” after ATC?

Or i think i solved it myself. Added Customs css:

.cta__dot {display: none