Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #419453

    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.

    #419740

    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

    #425526

    PERFECT! Close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How To Change Pagination Circle Background Colors’ is closed to new replies.