JohnEMcCarthy Posted July 9, 2020 Share Posted July 9, 2020 I have been trying out different types of custom CSS recommended here on the forums to remove pagination (the navigation at the bottom of my blog posts) at the bottom of each post's page. Unfortunately, I have been unsuccessful so far. Is there a way to due this with CSS, or does this require modifying the header? Thank you for the help. Link to comment
derricksrandomviews Posted July 9, 2020 Share Posted July 9, 2020 .page-open #projectPages .project-controls { display: none; } or this may target a bit better either the above or this one goes into custom css. .tag-brands nav.BlogItem-pagination.clear { display: none !important; } Link to comment
JohnEMcCarthy Posted July 9, 2020 Author Share Posted July 9, 2020 Hello Derrick, Thanks for trying to help with this. Sadly, both of these options did not remove the "previous article" and "next article" navigation. I appreciate your help though! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.