Site logo

Archived topic

how to disable the links at the end of the post?

10 replies · Started by Dmitry on June 21, 2016

Viewing posts 1–11 of 11

Good day, Thomas!

Tell me please...

How to disable the links at the end of the post? They lead to the previous and next article ....

Look at the screenshot: http://snap.ashampoo.com/kOisAXsA

Thank you!

Hi

Copy and paste this in your custom .css:
.nav-links { display: none; }

JMarc

The above solutions are awesome - here's another one just in case:

.post-navigation {
    display: none;
}

Many thanks =)

p.s. text written by Google translator

Glad we could help! :)

Thanks ! I just updated to 1.5.5 and it works perfectly !

No problem!

jmarc rules! I tried all other ways from above and in 10 other posts from various sources, and jmarcs worked!

Copy and paste this in your custom .css:

.nav-links { display: none; }

This archived topic is closed to new replies.