Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220713
    bperry420
    Participant

    Hi,

    I have figured out some of the css code for the pagination at the bottom of the blog page, but I don’t know how to change the color of the “current” item. Right now it is a white circle with white text. I need to change the text inside of the white circle to be color:#990099; I might want to change the color of the circle also.

    Please see attached screenshot.
    Thank you!

    WordPress 4.6.1 running X – Child Theme.
    X Theme version: 4.6.4
    Cornerstone version: 1.3.3

    URL: http://theritualnoise.com/dj-events/

    #1220718
    bperry420
    Participant

    Here is the css code that I have used so far:

    /*pagination on bottom of blog page*/

    .x-pagination ul
    {
    background-color:#000;
    border:solid 1px #333;
    }

    .x-pagination a
    {
    color:#fff!important;
    background-color:#990099;
    }

    .x-pagination a:hover
    {
    color:#990099!important;
    background-color:#ffffff;
    }

    #1220758
    Joao
    Moderator

    HI There,

    Add the following code to Appereance > Customizer > Custom > CSS and adjust the color according to your wishes:

    .x-pagination span.current {
       background: red;
    }

    Hope it helps

    Joao

    #1221034
    bperry420
    Participant

    That worked! Thank you very much!

    #1221072
    Joao
    Moderator

    Glad to hear it,

    Joao

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