How to turn off the post navigation at the bottom of posts?

Discussion in 'Compass WordPress Theme' started by ashalightbearer, Nov 29, 2017.

  1. ashalightbearer

    ashalightbearer New Member

    Joined:
    Sep 24, 2016
    Messages:
    10
    Likes Received:
    0
    upload_2017-11-29_0-12-27.png

    ^^^ Right there at the bottom of this post. I would like to try turning off the forward and backward post navigation. I don't like it on if I am using related posts.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    nav#nav-single {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
    ashalightbearer likes this.
  3. ashalightbearer

    ashalightbearer New Member

    Joined:
    Sep 24, 2016
    Messages:
    10
    Likes Received:
    0
    Worked perfectly, thanks.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    ashalightbearer likes this.

Share This Page