Home › Forums › WoodMart support forum › Load more products button color change › Reply To: Load more products button color change
November 10, 2023 at 10:42 am
#511344
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-load-more:hover{
background-color: red !important;
}
.wd-load-more:not(:hover) {
background-color: blue !important;
}
Change the color as per your requirements.
Best Regards