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
Please add the following CSS code to your assets/theme.css bottom of the file.
[data-button-price]{display:none !important;}
Thanks!
1 Like
Or i think i solved it myself. Added Customs css:
.cta__dot {display: none

