This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
hi
for ess grid pagination, i need to change the colour of the load more button, i have tried:
.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
background: #d34e35 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 5px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-family: “Open Sans”,sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 38px;
margin-bottom: 5px;
margin-right: 5px;
padding: 0 16px;
}
above code does not work!
Hello,
Please try this:
.home .esg-navigationbutton.esg-loadmore{
//code
}
Regards,
Rose Tyler.
Thanks!
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘LOAD MORE BUTTON’' has been successfully resolved, and the topic is now closed for further responses