Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366266
    Kim g
    Participant

    Hello-

    I’d like to change the colors/styling on the pagination here:

    http://vegainstitute.org/category/full-archive/

    I tried this and it did not work:
    body .pagination .current {
    background-color: red;
    color: white;
    }

    body .pagination li a:hover {
    background-color: blue;
    color: white;
    }

    #1366323
    Joao
    Moderator

    Hi There,

    Please try this instead:

    .x-pagination span.dots, .x-pagination span.current {
       background-color: red;
    color: white;
    
    }
    .x-pagination span:hover {
    background-color: blue;
    color: white;
    }

    Hope it helps

    Joao

    #1367238
    Kim g
    Participant

    perfect, thank you!

    #1367630
    Rue Nel
    Moderator

    You are most welcome!

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