Home › Forums › Pro Support › Problem With Tags Taxonomy Loading › Reply To: Problem With Tags Taxonomy Loading
February 5, 2018 at 2:21 pm
#3554
Keymaster
I just released 1.1.2 which should fix the loading issue.
As for the load more button, you can adjust it with this CSS selector:
.wpsp-load-more a.wp-show-posts-read-more,
.wpsp-load-more a.wp-show-posts-read-more:visited {
/* CSS in here */
}
It should inherit the read more button styling by default.