Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327548
    newrkv
    Participant

    Hi, love the theme, been using it for years. I was wondering if it is possible to flatten the style of the pagination in the Integrity stack? I want something a bit more modern and without the shadows in the current pagination. Thanks in advance.

    #1327572
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-pagination span.current {
        box-shadow: none !important;
    }
    
    .x-pagination a {
        box-shadow: none !important;
    }

    Thanks.

    #1327581
    newrkv
    Participant

    Thats perfect! Thank you for such a quick response! 🙂

    #1327585
    newrkv
    Participant

    Is it possible to also make the border radius zero on the selected page? I added some code to make it fully square, but it changed all of them but the current pages radius.

    .x-pagination a {
    border-radius: 0 !important;
    }

    #1327739
    Jade
    Moderator

    Hi there,

    Please use this:

    .x-pagination span.current {
        border-radius: 0 !important;
    }

    Hope this helps.

    #1328317
    newrkv
    Participant

    Works like a charm! Thank you!

    #1328383
    Lely
    Moderator

    You’re welcome!

    Cheers!

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