• Resolved macyven

    (@macyven)


    Hi

    I am trying to remove the previous/next post and the category from my blog posts.

    I have found several css-snippets that people say works but they dont work on my site.

    Many look like this:

    .navigation.pagination {
    display: none;
    }

    Any suggestions?

    The page I need help with: [log in to see the link]

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

    (@anlino)

    Hi @macyven,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .post-meta-bottom { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter macyven

    (@macyven)

    Excelent! That worked perfecly!
    Thanks!

    – Eirik

    • This reply was modified 4 years ago by macyven.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove previous/next blog post’ is closed to new replies.