• Resolved ianbond

    (@ianbond)


    Hello,
    Can anyone advise on how to either remove or drop down the side bar the next story/previous story links that appear at the top of the side bar in posts.
    Much obliged. Thanks, Ian

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Ian. Not sure what you mean by “drop down” but you can hide them using this css in a child theme style.css file or a plugin like Simple Custom CSS.:

    .sidebar .post-nav {
      display: none;
    }

    Hi Bdbrown,

    This didn’t work at my end in hiding the next/previous story.

    Can you assist?

    Thanks.

    Thread Starter ianbond

    (@ianbond)

    Hi Bdbrown,
    Thanks for that. I’m much of a newby with WP and thinking about css brings me out in a sweat but I’ll have a go when I muster up courage. I see it didn’t work out for santebarleyreviewhq but maybe we are on different updates???
    By drop down I meant to infer dropping the next/previous down the side bar away from top if that was an easy alternative.
    Cheers, Ian

    @ santebarleyreviewhq. It doesn’t work because you’re missing closing brackets on these two styles:

    /* ---------------------------------------------------------------- *
     * set image containers for larger width
    /* ---------------------------------------------------------------- */
    post-standard .post-inner {
      padding-left: 310px;
    
    .post-standard .post-thumbnail {
      margin-left: -310px;
      max-width: 300px;
    Thread Starter ianbond

    (@ianbond)

    I’m guessing the above is relevant to another string. Thanks again.

    @ianbond – I forgot that there is also a theme option to control this. Theme Options > Blog > Single – Post Navigation.

    Thread Starter ianbond

    (@ianbond)

    Deep joy!

    Thank you bdbrown…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘next/previous story – removal?’ is closed to new replies.