Home › Forums › WoodMart support forum › support need › Reply To: support need
April 4, 2024 at 11:49 am
#554867

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
color: black !important;
}
#chaty-widget-0 .chaty-open .chaty-channel-list .chaty-channel:nth-child(2) {
bottom: 110px;
}
.sticky-toolbar-on .scrollToTop {
bottom: 90px !important;
}
For the load more button background color.
.wd-load-more:hover{
background-color: red !important;
}
Best Regards.