Is there a way to show the page your on in the pagination circles at the bottom left of page.
I would like for the background of the current page to be #81010 with the page number in white. The way the SALE image show.
Site is at http://www.mauricewatts.com/store
same thing for the celebrity interview pages at http://www.mauricewatts.com/interviews/
Look at bottom of store items for pagination circles.
Hey voice903fm!
The hex color you provided is missing a character, please replace it in the code:
.pagination .current{
background:#000000 !important;
color:white !important;
}
Best regards,
Rikard
PERFECT! Close this thread.