Load More Button stule edit
-
How/where can I edit the load more button style? like this http://prntscr.com/s9sm4l
I have changed the style here but it did not change the load more button style. My site is on localhost.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-load-more {
padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;
border-color: red;
color: red;
font-weight: 900;
border-width: 2px;
}
body .woodmart-load-more:hover {
padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;
border-color: blue;
color: blue;
font-weight: 900;
border-width: 2px;
background:yellow;
}
Set the styles as per your needs.
Best Regards