Home Forums WoodMart support forum Remove prices from B2B site

Remove prices from B2B site

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

    iamkane1
    Participant

    Hi..
    I am trying to remove these prices at the bottom, we are a B2B website and only give prices on application.

    https://postimg.cc/ygqwKB2G

    Can you let me know where I remove them sitewide?

    #707611

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    .woocommerce-Price-amount,
    .price {
        display: none !important;
    }

    Best Regards,

    #707649

    iamkane1
    Participant

    OK thanks…
    I will add..
    Just wondering, is this the only wyay to do this?
    CSS is a new language I can’t write.
    How would I work out the right code to do this??

    #707676

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry, there is no direct option to hide the prices. CSS is just a quick way to visually hide prices.

    Best Regards,

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