• I have the proper code in my post template to show post navigation links on the bottom of my blog page here: https://businessbabyshower.com/blog however they are not showing up. Am I missing a setting or something that is altered that would disable these from showing at the bottom of my posts page. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • That was a good one!
    They are there but it’s the color here in your style.css (in your template folder):

    .navigation a {
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    }

    #FFFFFF is sort of white but I just saw the link when hovering over. Also the hover color is very light, it’s under:
    navigation a: color hover or something like that

    Find the numbers here:
    https://www.colorschemer.com/online.html

    Thread Starter spiralmedia

    (@spiralmedia)

    Thank you, that was a tough one. I didn’t mouse over so didn’t notice them. Awesome, thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Links to Older Posts at the bottom of the blog’ is closed to new replies.