• Resolved rtbethel

    (@rtbethel)


    I would like to remove the next and previous buttons completely including the dark grey bar behind it. Can someone supply the CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    I wasn’t able to open your site because this warning popped up, so you might want to investigate that:
    https://cloudup.com/cbseJQxkE6a

    If you mean the next/previous links below single posts, you can remove the entire strip with this custom CSS:

    .nav-links {
     display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter rtbethel

    (@rtbethel)

    Thanks Kathryn, it worked perfectly. My site is http://www.goodislandliving.com. That other site has been shut down for years. I’ll look into it. Thanks a million!

    Moderator Kathryn Presner

    (@zoonini)

    Glad you’re set!

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