Okay
  Public Ticket #2739535
Custom Color Post Navigation Links On Single Post Page
Closed

Comments

  •  4
    nereidad started the conversation

    Hello,


    How could I change the color on Post Navigation Links On Single Post Pages? The color on Previous Post is black, while the Next Post display text on white, I want to put on white both. I don´t find where is the place to set it on Salient Options.


    Thank you very much


    Nerea Díaz


  •  2,721
    Andrew replied

    Hi There,

    Please try this css:

    .blog_next_prev_buttons .col h3, .full-width-content.blog_next_prev_buttons > .col.span_12.dark h3, .blog_next_prev_buttons span {
        color: #fff;
    }

    Thanks.

  •  4
    nereidad replied

    Thank you!!

    It works


    Nerea Díaz