Marco Antonio+ 0 Report post Posted October 5, 2018 Well I use "pagelines framework content" from drag & drop section in Platform 5 to get my blog posts in place, but at the end of the content is this section with class id = "class "pl-pager page-nav-default fix" and a class called "previous previous-entries" I just want to simply remove it because I dont want to show any other related post at the end, any ideas how to remove it? Share this post Link to post Share on other sites
chrisayers+ 105 Report post Posted October 8, 2018 Just use your inspect element is Chrome and find the class. Then hide it with display: none; 1 Share this post Link to post Share on other sites