• I want to remove the previous and next post buttons found at the bottom of every blog post.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @syanzy

    Please add the following CSS code at an additional CSS file inside the customizer panel.

    .single .post-navigation {
    	display: none;
    }

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Remove previous next buttons on single posts’ is closed to new replies.