Home › Forums › Pro Support › Load More translate and styling › Reply To: Load More translate and styling
June 5, 2018 at 10:33 pm
#4788
Keymaster
That’s strange, you can edit it like this for now:
a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited {
background-color: #222;
color: #fff;
}
a.wp-show-posts-read-more:hover {
background-color: #fff;
color: #222;
}