tuanphan Posted July 19 Share Posted July 19 You can use these CSS code if you need to hide Pagination. #1. Blog Pagination Use this CSS code /* blog pagination */ section.item-pagination[data-collection-type^="blog"] { display: none; } #2. Event Pagination /* events pagination */ section.item-pagination[data-collection-type^="events"] { display: none; } #3. Portfolio Pagination /* portfolio pagination */ section.item-pagination[data-collection-type^="portfolio"] { display: none; } #4. Video Pagination section.lesson-item-pagination--prev-next { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment