• Resolved ralexandra

    (@ralexandra)


    Okay, I am using this code to try and change the color of the previous and next bars:

    .site-main .post-navigation .nav-next a, .site-main .paging-navigation .nav-next a {
    background: #25035a;
    color: rgba(255, 255, 255, 0.5);
    float: right;
    padding: 15px 65px 15px 15px;
    position: relative;
    text-align: center;
    width: 50%;
    }

    This has worked for the “next post” portion of the bar, but not for the “previous” post. If I am able to change the default color for Pictorico, will this fix it? In other words, is the “previous post” portion of the bar linked to the default color? How would I target that?
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    i’ve changed that color on my website as well, you just have to do what you did for .post-navigation .nav-nex on the part of the code with .post-navigation .nav-prev and it will work. Hope this helps

    Thread Starter ralexandra

    (@ralexandra)

    Hi mm81,
    Thanks for your input.

    So I copied and pasted the code above, but changed out the .nav-next (2 instances) to .nav-prev

    but no luck…

    am I missing something?

    Thanks!

    Thread Starter ralexandra

    (@ralexandra)

    and actually, the “next post” navigation bar did not change color on every page….

    So I’m not getting this altogether right…

    Thread Starter ralexandra

    (@ralexandra)

    okay, never mind. I think I’ve resolved this.

    the exact code for the previous bar is

    .nav-previous

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing color of previous post next post bar’ is closed to new replies.