• Resolved Pieters

    (@pieters)


    Hi everybody!

    I would like to remove or hide the “next-previous” buttons in the footer of every post.

    In which file can I do this?

    Thanks ahead!

    Regards,
    Pieter

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Can you provide a link to an example of that? You may be able to hide that with just a little additional CSS in the Customizer.

    Theme Author Anders Norén

    (@anlino)

    Hi @pieters,

    You can hide them by going to Appearance > Customize > Additional CSS, where you add the following:

    .post-navigation a { display: none; }

    Let me know how it goes.

    — Anders

    • This reply was modified 7 years, 3 months ago by Anders Norén.
    Thread Starter Pieters

    (@pieters)

    Hi Anders

    You mean Appearance > Editor correct?

    Can’t find option “additional css”

    But only standard css & php files and:
    – Stylesheet (style.css)
    – fukasawa-editor-styles.css

    Any suggestion?

    Regards,
    Pieter

    Theme Author Anders Norén

    (@anlino)

    Hi @pieters,

    Any changes you make to the theme itself in Appearance > Editor will be overwritten the next time Fukasawa is updated, so that is better avoided. You can enter it in Apperance > Customize > Additional CSS, however. The menu labels might be different in your language, but it is a tab in the WordPress Customizer.

    — Anders

    Thread Starter Pieters

    (@pieters)

    Hi @anlino,

    When I go to Appearance > Customize this menu appears: “Site Identity”, “Colors”, “Logo”, “Menus”, “Widgets”, “Static Front Page”.

    So not found it yet.

    By the way. How can you change the color of the share Twitter & Facebook buttons?
    Also not able to find this option…

    Thanks ahead,
    Pieter

    Theme Author Anders Norén

    (@anlino)

    @pieters Which version of WordPress are you running? You can find the version number in the bottom right of the dashboard interface when you’re logged in.

    — Anders

    • This reply was modified 7 years, 2 months ago by Anders Norén.
    Thread Starter Pieters

    (@pieters)

    Version 4.4.2

    Theme Author Anders Norén

    (@anlino)

    @pieters Ah, that explains it – the Additional CSS part of the Customizer was introduced in the latest release, which is 4.9. If you upgrade to the latest version of WordPress, you can follow the instructions I posted above and hide the pagination.

    You will also get patches for a couple of pretty serious security issues present in older versions of WordPress, which is a nice bonus.

    — Anders

    Thread Starter Pieters

    (@pieters)

    Hi @anlino

    Yes, you are right. After the update now available ??

    Thanks for your assistance!

    Kind regards,
    Pieter

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove/hide next&previous post buttons’ is closed to new replies.