Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235203
    baceman007
    Participant

    Hello, I am wondering how to remove the Previous Post and Next Post Navigation bar at the bottom of pages and posts. I have tried solutions from other Catch themes like this custom CSS, but it has had no effect.
    Example CSS:
    #nav-single { display: none; }
    and
    .single #nav-below { display: none; }
    Thank you.

    #235216
    Skandha
    Participant

    @baceman007: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .nav-links {
        display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Previous and Next Post Nav Bar At Bottom of Pages and Posts’ is closed to new replies.