• Resolved sirihedreen

    (@sirihedreen)


    Hello,

    Thanks for the theme support.

    I was wondering if it would be possible to remove the ‘previous’ and ‘next’ buttons below the main text in posts?

    Thanks,
    Siri

Viewing 1 replies (of 1 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @sirihedreen

    Thank you for using our theme.
    Unfortunately, we don’t have those options but you can add CSS fix for that.
    Please add the given CSS to your Customizer -> Additional CSS

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

    This should solve your problem.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove ‘previous’ and ‘next’ options’ is closed to new replies.