Hi,
Can You help to hide prices on archive page? https://stonesauna.lt/kategorija/lauko-pirtys/
You can resolve that in two ways:
1) Edit the shop archive template, open Shop Products element options, and under Style -> Price, change the price font size to zero.
2) Use the following CSS code:
.archive.woocommerce .products .product .mfn-li-product-row-price{ display: none; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Done, thank You.
Comments
Hi,
You can resolve that in two ways:
1) Edit the shop archive template, open Shop Products element options, and under Style -> Price, change the price font size to zero.
2) Use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Done, thank You.