Home › Forums › Pro Support › Different Style Load More Button › Reply To: Different Style Load More Button
September 26, 2018 at 7:05 pm
#6015
Keymaster
Aha, that setting doesn’t work with the AJAX load more button right now.
For now, use this CSS:
a.wp-show-posts-read-more {
padding: 10px 20px;
display: inline-block;
color: #ffffff;
background-color: #4a8fcb;
border: 0;
font-size: inherit;
}
a.wp-show-posts-read-more:hover,
a.wp-show-posts-read-more:focus {
color: #ffffff;
background-color: #1e73be;
border: 0;
}
You’ll obviously have to update the color values if things change.