Load more products button color change
-
We’re not able to change the Load More products button color. We want to change the load more product color on normal and on hover as well. Show us how.
Note: screenshot attached.
Attachments:
You must be
logged in to view attached files.
Hello,
Please share the page URL I will give you a custom CSS.
Best Regards.
Thanks.. this is our URL …
https://dl3cark.com/
Hello,
Please share the wp login details in private content under the message area I will check and give you a possible solution.
Best Regards.
Wp login has in sent as private content. We are facing problem with the speed is very slow especially after adding or changing product variation. And the speed of changing from one page to another is very slow.
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