Reply To: Customize Post Navigation Buttons at Bottom of Blog Posts

Home Forums Support Customize Post Navigation Buttons at Bottom of Blog Posts Reply To: Customize Post Navigation Buttons at Bottom of Blog Posts

Home Forums Support Customize Post Navigation Buttons at Bottom of Blog Posts Reply To: Customize Post Navigation Buttons at Bottom of Blog Posts

#91594
Finance Clever

Hi Tom,

Sorry to bother you again. As I get ready to officially launch my site, I am working on fine tuning some details and I would like to make a few changes to the “previous” and “next” buttons. How can I make them:

1. So that the words “next” and “previous” are black or dark gray in color
2. So that the text of the post (i.e. Think Differently About Your Money) is blue (and therefore more obvious to the user that it is a clickable link)

Right now I have them backwards as you can see by opening the link below.

http://financeclever.com/basic-principles-to-thrive-financially/

This is the current CSS code I have:


@media
all and (min-width: 769px) {
.nav-previous {
float: left;
max-width: 50%;
}
.nav-next {
float: right;
max-width: 50%;
}
.nav-previous {
color: blue;
font-size: 16.5px;
}
.nav-next {
color:blue;
font-size: 16.5px;
}

}

Thank you!