Hide prices

Hi,

Can You help to hide prices on archive page? https://stonesauna.lt/kategorija/lauko-pirtys/


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:

    .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.

Sign In or Register to comment.