Home Forums WoodMart support forum Cart Widget

Cart Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #268389

    WoodyP
    Participant

    Hi
    how can i customize the “cart widget”?
    In this case I would like to modify the buttons present:
    “View cart” and “checkout”
    I would like to remove one of the two.
    Thank you

    #268478

    Hello,

    Which button do you want to remove?

    Please specify I will provide the custom CSS.

    Best Regards

    #268484

    WoodyP
    Participant

    I thought there were some settings I couldn’t find.
    I have to hide the button checkout.
    Thank you

    #268509

    Hello,

    Which button do you want to hide?

    Best Regards

    #268795

    WoodyP
    Participant

    Hi,
    I have to hide the Checkout button in the “cart widget”.
    Thank you

    #268812

    Hello,

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

    .widget_shopping_cart .buttons .checkout{
    display:none;
    }

    Best Regards

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