Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1268319
    jeffdesign
    Participant

    I’d like to increase the point size and change the color of the blog page numbers. Can you help me do this?

    http://dev.scriptorium.com

    Thank you,
    Jeff

    #1268359
    Rupok
    Member

    Hi Jeff,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    /*normal state*/
    .x-pagination a, .x-pagination span {
      color: #333;
      font-size: 12px;
      height: 32px;
      line-height: 32px;
      width: 32px;
    }
    
    /*hover color and background*/
    .x-pagination a:hover {
      background-color: #1abc9c;
      color: #fff;
    }
    /*current item color and background*/
    .x-pagination span.current {
      background-color: #2c3e50;
      color: #fff;
    }

    Let’s adjust the color codes to your preferred values.

    Hope this helps.

    Cheers!

    #1277394
    jeffdesign
    Participant

    Thank you.

    #1277434
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1268319 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>