Home › Forums › Pro Support › Make load more button stand out more › Reply To: Make load more button stand out more
October 13, 2016 at 9:18 am
#873
Keymaster
Do-able with some CSS.
Try this:
.wpsp-load-more {
text-align: center;
}
.wpsp-load-more a.wp-show-posts-read-more {
font-size: 25px;
}