• I’ve been searching the forum to try to change the color of the pagination on my page and trying out different CSS codes without success. I deleted on the ones I tried out, but somehow only one page # shows up in the color I want and I’m not sure how to undo it. Is there a way to change all of them to a different color?: https://whatgreatgrandmaate.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Please use this CSS:

    
    /* For normal page */
    .pt-cv-pagination li a {background-color:YOUR_COLOR}
    /* For active page */
    .pt-cv-pagination li.active a {background-color:YOUR_COLOR}

    With Content Views Pro, you can change color of pagination by friendly settings, without writing custom CSS.

    Best regards,

    Thread Starter jeanchoi1018

    (@jeanchoi1018)

    Thank you! That worked. Is there a way to change the color of the blue shading and outline?

    Plugin Author Content Views

    (@pt-guy)

    Please try border-color:YOUR_COLOR.
    Best regards,

    Thread Starter jeanchoi1018

    (@jeanchoi1018)

    Can you specify where I’m supposed to put that? Do I enter anything before it?

    Is there a way to add a border to the grid so that each block/cell is visually separated from adjacent cells?

    Thanks –

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination Color’ is closed to new replies.