Blog Index Buttons

How do I change the color of the Previous / Next at the bottom of the blog archive index?

Go here http://kennebell.net/category/press/chevy/camaro/

Scroll to the bottom and you can see it.
I’ve included a screenshot of my site and others.

Hello Michael,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.x-pagination a, .x-pagination span {
    color: #fff;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.