Removing 'Previous Article' and 'Next Article'

Posted in: Newspaper
Post count: 5

I tried adding to the css

#paging,.entry-related{
display:none;
}

This did not work.

How can I remove that, I don’t see a setting. I tried searching the knowledge base but could not locate anything.

Thank you.

Reference post: http://kratomnewsnetwork.com/usa-local-and-state-kratom-news/is-kratom-legal-in-alaska/

Post count: 35449

Hi,

If this is what you want to achieve https://www.screencast.com/t/Sv5NE68FGhhn please add this custom css in Theme panel>Custom code>Custom css
.post .td-post-next-prev{
display: none;
}

If you want to hide only de text with next/prev https://www.screencast.com/t/N6IyP7VlauZ
use this code:
.post .td-post-next-prev span{
display: none;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.