Home Forums WoodMart support forum Hide Price On Product Archive Page

Hide Price On Product Archive Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #436505

    ziyakocak
    Participant

    Hello. I don’t want the price to appear on the product archive page. How can I do that? The catalog mode just removes the add to cart button.

    #436536

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    We will give your custom CSS.

    Best Regards

    #436550

    ziyakocak
    Participant

    Okey. I think you should put a special button for this in a new update for novice users. 🙂

    #436783

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woosg-wrap .woosg-text,
    body .woosg-price-ori,
    body .summary-inner>.price,
    body .price .amount {
        display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)