11/10/2017 at 5:51 pm
#440770
Keymaster
@ Jared
It seems the theme is doing a pretty good jump at stomping over the pagination styles. Add this to the theme’s custom CSS area:
#cn-page-nav .page-numbers span {
display: none;
}
#cn-page-nav .page-numbers:after {
display: none;
}
#cn-list span.cn-return-to-top img {
margin: 0;
width: auto;
}
If that does not work, try Adding this instead:
#cn-page-nav .page-numbers span {
display: none !important;
}
#cn-page-nav .page-numbers:after {
display: none !important;
}
#cn-list span.cn-return-to-top img {
margin: 0 !important;
width: auto !important;
}
Hope that helps, let me know.
