Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Matthias Pfefferle

    (@pfefferle)

    The easiest way is, to hide them via CSS:

    #nav-above { display: none; }

    or you can use a child-theme that overwrites sempress_content_nav.

    Thread Starter jsteinke17

    (@jsteinke17)

    Thanks! This got me going in the right direction. For what it’s worth I had to use this CSS:

    #nav-above .nav-previous, #nav-above .nav-next {
    	display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Previous/Next Post Links at top of posts’ is closed to new replies.