We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Issue with Ajax Pagination Reply To: Issue with Ajax Pagination

#17300
Tom
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.. */
}