• Resolved ventus96

    (@ventus96)


    We decide to create our own Website and we got a Problem. we need to know how to remove the next page button on the bottom of our website. We did try something in the options but nothing helped.

    • This topic was modified 4 years, 4 months ago by ventus96.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dmccan

    (@dmccan)

    Hi ventus96,

    Awesome that you are creating you own website. Perhaps I can help you, but I don’t have enough information. Do you have a link to the page where the problem is? Or perhaps you can let me know how to reproduce the issue?

    Regards,

    David

    Thread Starter ventus96

    (@ventus96)

    https://novusworld.de/?yada_wiki=das-setting the buttons below the text that leads to another page, we want to remove them.

    Plugin Author dmccan

    (@dmccan)

    Nice looking site.

    Those navigation buttons at the bottom are part of the theme and I could not find a setting to remove them. You can try hiding them with CSS. To do that, go to the Customizer and then at the bottom go to Additional CSS. Try pasting in this code to see if it does what you need:

    .post-navigation { display:none; }

    Hope this helps,

    David

    Thread Starter ventus96

    (@ventus96)

    This helped thanks ??

    Plugin Author dmccan

    (@dmccan)

    Great. Glad it helped.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Next Page button remove’ is closed to new replies.