03/26/2018 at 11:16 am
#456698
Keymaster
@ Mark
It is the theme applying an custom style to pagination links which is conflicting with Connections. Add the following to the theme’s custom CSS area:
#cn-page-nav .page-numbers:after {
display: none
}
That should fix it. Hope that helps!
