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!