Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266672
    thesaudiseeker
    Participant

    Hello,

    I have tried everything in my limited capacity in this matter to remove the below footer that sends you to the previous or next page. How do I remove that.

    This footer is not on the homepage but is on every other page in the menu.

    Here my website

    https://www.thesaudiseeker.com/portfolio/coaching/

    Your kind help on this matter

    Thank you

    #266681
    Skandha
    Participant

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

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

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘I cannot remove the “Previous/Next” footer at the bottom of my pages’ is closed to new replies.