where is the option to change the button color ?
-
Hello,
You can find the option in the Theme Settings > Styles and colors > Buttons. You will find the option to set the color for the shop buttons.
Best Regards
how can I change load more button border color & border color on hover?
https://prnt.sc/pr5o9h
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-load-more {
border-color: red;
color: red;
}
body .woodmart-load-more:hover {
border-color: green;
color: green;
}
Set the color as per your needs.
Best Regards