• Resolved Michael

    (@tony-alibaba)


    Hello, I used the following code to remove the Post Navigation on posts

    /* Remove Previous/Next & Text */
    .pager .previous > a, .pager .previous > span,
    .pager .next > a, .pager .next > span {
    display:    none;
    }
    .assistive-text {
    display:    none;
    }

    ..How do I remove the horizontal line that still appears?

    I’m grateful for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • .featurette-divider {display:none;}

    but that will remove all occurrences of the divider.

    .blog .featurette-divider {display:none;}
    will limit that to the Posts

    Thread Starter Michael

    (@tony-alibaba)

    Hi RDellconsulting!
    I really appreciate your response! And solution, you rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Horizontal Line in Posts Nav’ is closed to new replies.