Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1512711
Changing the colours of the page numbers/next page
Closed

Comments

  • redhotsuz started the conversation

    Hey! 

    I can't find how to change the colours of the pieces of the page numbers! Not the box, but the numbers themselves.

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-pagination ul.page-numbers li span, .penci-pagination ul.page-numbers li a, #comments_pagination span, #comments_pagination a{ background: #fff;  }

    Best Regards,

    PenciDesign

  • redhotsuz replied

    Awesome! Is there a way to change the font here?

  •  2,699
    PenciDesign replied

    Hi,

    Sorry this theme doesn't support change the font here. It will follow the font for heading titles you selected via Customzie > General Options > Font for Heading Titles.


    Best Regards,

    PenciDesign

  • redhotsuz replied

    Ahh sorry, not the font, but the colour of the font! 

  •  2,699
    PenciDesign replied

    Hi,

    Ah sorry, please replace the code I sent you to this code:

    .penci-pagination ul.page-numbers li span, .penci-pagination ul.page-numbers li a, #comments_pagination span, #comments_pagination a{ color: #fff;  }



    Best Regards,

    PenciDesign

  • redhotsuz replied

    Amazing!

    One last thing.. when I scroll over the numbers, the box around it turns grey and the number/font turns black. Is there a code to change that? 


    Thank you!!!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to change that colors:

    .penci-pagination ul.page-numbers li a:hover, #comments_pagination a:hover{ color: #fff; border-color: #fff; }

    Best Regards,

    PenciDesign