• Resolved oneray

    (@oneray)


    How can I change the color of pagination buttons text and numbers to white or whatever color?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ndre

    (@ndre)

    Hi @oneray,

    Please use the following custom CSS to fix it:

    body.page .post .product-archive-nav li a,
    body.page .post .product-archive-nav li a:hover {
    color: #fff;
    text-decoration: none;
    }

    Thread Starter oneray

    (@oneray)

    Great, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination buttons text color’ is closed to new replies.