• Resolved Susie Brew

    (@susie-brew)


    Hi
    I love the theme but I have one problem that I can’t sort out.

    When I go into a single page post, the next and previous posts display at the bottom of the screen. The Comments are closed message also displays. Is there any way of removing these as it is confusing my user population?

    The website is http://www.pewseycap.org.uk – go into one of the ‘Latest News, Info & Resources from PCAP’ in the sidebar.

    You may need to be very specific – I am a beginner!

    Many thanks
    Susie

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Susie,

    To hide the post navigation and comment are closed message, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .post-nav,
    .nocomments {
       display: none;
    }

    Let me know how it goes.

    – Anders

    Thread Starter Susie Brew

    (@susie-brew)

    Dear Anders

    I have just done this on my test website and it worked beautifully. Many thanks indeed, you are a star!

    Just going to do it on live!

    Thank you so much.
    Susie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove next and previous posts, and Comments are closed on a post’ is closed to new replies.