• Resolved Renai100

    (@renai100)


    Hi, I need some help here with the Preference Lite theme. How do I remove the bar that says “Post Navigation” with a link to my next post/page? This exists at the bottom of every post of my site but not my pages. I have been trying to search online for solutions but no luck. There are some pages/posts I’d rather have them linked off-page to my site and so I prefer not to have the navigation bar for the links to my other posts or pages, apart from the main menu of the site I’d obviously made for primary navigation to my other on-page links. Can anyone help? Thanks in advance!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    You will need to do one of two types of modifications:

    1. Take out the code in the theme file for it
    2. Use css to hide it

    Option 2 is recommended as it’s easier to do, but remember to use a child theme (this theme has one in it you can install) or a plugin that lets you edit css without touching the theme files (which isn’t recommended).

    Basically you would add this custom css:

    .nav-single {
    display: none;
    }
    Thread Starter Renai100

    (@renai100)

    It worked like magic!!! Poofs! and then there was no post nav bar. Thanks so much!

    Is it ok not to use a child theme but rather save the original css code on a notepad or something just in case I need it back and I can just paste the code back?

    Theme Author Styled Themes

    (@gejay)

    First, glad to hear it worked ??

    Second, however you do your changes is totally up to you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing "Post Navigation" Bar from bottom of each Post’ is closed to new replies.