Tagged: x
-
AuthorPosts
-
January 12, 2017 at 12:36 pm #1327548
newrkvParticipantHi, 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.
January 12, 2017 at 12:59 pm #1327572
Prasant RaiModeratorHello 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.
January 12, 2017 at 1:05 pm #1327581
newrkvParticipantThats perfect! Thank you for such a quick response! 🙂
January 12, 2017 at 1:09 pm #1327585
newrkvParticipantIs 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;
}January 12, 2017 at 3:11 pm #1327739
JadeModeratorHi there,
Please use this:
.x-pagination span.current { border-radius: 0 !important; }Hope this helps.
January 12, 2017 at 11:26 pm #1328317
newrkvParticipantWorks like a charm! Thank you!
January 13, 2017 at 12:44 am #1328383
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1327548 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
