Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390103
    Craig Corfield
    Participant

    Hi Support,

    On the blog https://www.multi.co.za/blog the pagination at the bottom is displayed in white and is not very visible.

    How to i change that to have a blue background and red hover both with white writing?

    Thank you

    #1390154
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-pagination a:hover {
        color: #fff;
    }
    
    .x-pagination a, .x-pagination span {
      
        background-color: rgb(29, 161, 242);
    color: #fff;
    }

    Hope that helps.

    #1390162
    Craig Corfield
    Participant

    Sorted thank you,

    I just added a background color to the hover as well and worked like a charm.

    Thanks

    #1390186
    Christopher
    Moderator

    You’re most welcome.

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