Home Forums WoodMart support forum How can I hide the price and remove the shopping cart and checkout related funct

How can I hide the price and remove the shopping cart and checkout related funct

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378942

    hiven
    Participant

    How can I hide the price and remove the shopping cart and checkout related functions?

    #378978

    Luke Nielsen
    Keymaster

    Hello,

    Glad to have you as a user of our theme!

    In order to hide the price for each product, enter this code into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .price,
    .single-product .price {
        display: none;
    }

    The “Checkout” and “Cart” functionality you can remove through WooCommerce -> Settings -> clear the “Cart page” and “Checkout page” fields.

    https://monosnap.com/file/LgZ3aKGtbWh2BxyG7lZ33UcgDBpRHO

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

Tagged: 

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