Mini cart widget custonmization
-
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.
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
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.
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
Thank you, it was my mistake!
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.
The topic ‘Mini cart widget custonmization’ is closed to new replies.