Guest Posted August 23, 2020 Share Posted August 23, 2020 Hello community, please help! Please see below, I am looking to remove the links below the button in the navigation of the attached image (<setup your webshop first look: Bluehost & Setup your webshop first look Wix) <--- this removed. How do I go about this? Thank you Link to comment
derricksrandomviews Posted August 23, 2020 Share Posted August 23, 2020 This should work for project, index, portfolio pages: .project-controls { display: none !important; } If this is a blog page try this in blog page code injection header. <style> .BlogItem-pagination.clear {visibility:hidden !important;}</style> Link to comment
tuanphan Posted August 24, 2020 Share Posted August 24, 2020 Add to Home > Design > Custom CSS [data-collection-type="portfolio-grid-basic"].item-pagination { 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
Archived
This topic is now archived and is closed to further replies.