Minamaze theme CSS nav buttons

FROM WP.org forum support about Minamaze Theme on toni-english.com.

About CSS for the nav buttons on posts.  I could not prevent the font from turning red.  This fixed it!

Hey there Toni,

How are you today?

If you happen to change color of prev/next links with your cusotmizations you can always add this custom CSS to make them white. Please add this CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

http://wordpress.org/plugins/simple-custom-css

.single span.meta-nav {
color: #fff;
}

This should target only the prev/next buttons in your single post page.

Hope this helps 🙂

Cheers,
Bojan

5 thoughts on “Minamaze theme CSS nav buttons

Leave a comment