Home › Forums › WoodMart support forum › Load more button – conflict colors › Reply To: Load more button – conflict colors
January 31, 2024 at 8:01 pm
#535625

Hung Pham
Keymaster
Hi Coolenator,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-loop-footer .wd-load-more:not(:hover) {
background-color: #0064bb !important;
color: #fff;
}
Regards,