Hello,
I want to remove the price of the add to cart button on my product page and when I’m looking in my shopping bag I want to delete the price there also.
Password: demy
King Regards,
Hello,
I want to remove the price of the add to cart button on my product page and when I’m looking in my shopping bag I want to delete the price there also.
Password: demy
King Regards,
span.Button__SeparatorDot, span.data-money-convertible {
display:none;
}
You may try adding following at the end of your theme.liquid.scss or equivalent file under assets folder
I added the code in theme.scss but I didn’t worked. the point between ‘voeg toe aan winkelmand’ and the price is away, but the price not.