Home Forums WoodMart support forum Cart Page doesn’t work

Cart Page doesn’t work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #503134

    cat
    Participant

    How can i get my mini cart to look like the one in the demos?

    Attachments:
    You must be logged in to view attached files.
    #503137

    cat
    Participant

    nvm, i found out what happened and fixed it, but how do i change the colors of the elements in the minicart?

    #503255

    Hello,

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

    body  .product_list_widget>li .wd-entities-title,
    body  .cart-widget-side .woocommerce-mini-cart .remove,
    body  .wd-action-btn.wd-style-text>a,
    body  .wd-heading .title {
          color: red;
    }
    .wd-empty-mini-cart .btn {
    background-color: red !important;
    }

    Best Regards.

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