Home Forums WoodMart support forum Mini cart widget custonmization

Mini cart widget custonmization

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

    dan
    Participant

    Hi,

    I would like to change some colors in the mini cart widget like color of amount, price and title.
    Could you please give me the css code?

    Thank you!

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under THeme Settings >> Custom CSS

    For title;

    .product_list_widget>li .wd-entities-title {
        color: red;
    }

    For quantity;

    .cart-info span.quantity {
        color: orange;
    }

    For Amount;

    .cart-info span.amount {
        color: red;
    }

    Best Regards

    #334535

    dan
    Participant

    Hi,

    Thanks for css, but they dont seem to work.
    Are we sure these are the correct for mini cart widget?

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

    Hello,

    The CSS should work fine.

    It seems that there are some Syntax Errors in the Custom CSS field.

    Please make sure that there are no Syntax errors then check back.

    Best Regards

    #334579

    dan
    Participant

    Thank you, it was my mistake!

    #334703

    Hello,

    Well, @dan. It’s been great chatting with you.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Mini cart widget custonmization’ is closed to new replies.