I have an EG with multiple pages shown in this screen shot: http://prntscr.com/gnz304
I would like to reduce the font size of the pagination buttons using a media query, I’ve tried the approach below but it isn’t working.
Can you help me get the right selectors and make this work?
Thanks, Bill.
//
/* Screen size from 0 to 510px, such as mobile */
@media (max-width: 510px) {
//
body .esg-pagination .esg-fgc-11
{ font-size: 10px; color: red;}
body .esg-navigationbutton .esg-filterbutton .esg-pagination-button
{ font-size: 10px; color: red;}
}