Home Forums WoodMart support forum How to edit sliding cart ?

How to edit sliding cart ?

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

    Maxor
    Participant

    Hi

    How to edit sliding cart ?

    i would like to customize it and remove “see cart” button as i would like to bypass cart by having :

    add to cart > sliding cart > checkout
    directly
    thank you

    #654517

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .cart-widget-side .btn-cart {
        display: none;
    }

    Define it in Theme Settings -> Custom CSS

    Kind Regards

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