Home Forums WordPress Themes – Premium Flat Responsive "Continue Reading" Button Color Change Reply To: "Continue Reading" Button Color Change

#63421
Bidur
Moderator

Hello David,

To change the pagination color,
Go to Dashboard>>Appearance>>Customize>>Additional CSS and add the following;

.page_pagination a {
    color: #fff;
    background-color: #000;
}

Note: You can change the color and background color value of your own.
Let us know if you want further changes.

Thanks!

  • This reply was modified 4 years, 8 months ago by Bidur.