Home Forums WoodMart support forum Load more button – conflict colors Reply To: Load more button – conflict colors

#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,