• Resolved -andrew-

    (@-andrew-)


    I’d like to use this to display collections of things that aren’t for sale, and don’t display any pricing information. Is this possible?

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi andrew,

    Yes, this is definitely possible. First, toggle on the Disable Product Page Price option in the Basic Settings to hide the price from the Product page.

    Then, if you also want to hide it from your catalog page, you can use the following custom CSS:

    .ewd-upcp-catalog-product-price {
    display: none !important;
    }

    You can paste it in the Site Editor styling section, or, if you are using a non-block theme, into the Additional CSS section of the customizer (e.g. WP Admin Sidebar > Appearance > Customize > Additional CSS).

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.