Home Forums WoodMart support forum Disable off-canvas cart

Disable off-canvas cart

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

    jinsley8
    Participant

    Hi,

    Is there a way in the theme settings to disable the off-canvas side cart so the cart button goes directly to the cart page?

    I thought I recalled seeing an option for this.

    #39378

    Artem Temos
    Keymaster

    Hi,

    Try to set your shopping cart widget to be dropdown in Theme Settings -> Header -> Shopping cart widget and use this code snippet

    .dropdown-cart {
        display: none!important;
    }

    Regards

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