Home › Forums › Pro Support › Issue with Ajax Pagination › Reply To: Issue with Ajax Pagination
July 10, 2020 at 2:42 pm
#17300
Keymaster
Ah, that button is inhering the styling from your theme (GeneratePress).
If you need to change it, you’d need to:
a) Change the styling of buttons in the theme Customizer
b) Use CSS to manually adjust it as neeeded:
.load-more .button {
background-color: #000;
color: #fff;
/* etc.. */
}