RAA Posted February 14, 2022 Share Posted February 14, 2022 Site URL: https://www.regionalarchitecture.net.au/raa-events/bundanon-beyond Hi, I would like to remove the arrows below every individual events page that allow visitors to click through the previous and next event. The reason for this is that we use summary blocks to filter events for different audiences with some behind a membership paywall, however the individual event pages then allow users to click through events that were filtered out in the summary itself. Thank you. Link to comment
RAA Posted February 14, 2022 Author Share Posted February 14, 2022 I just solved my own problem by remembering to look up the item through Chrome's inspector and worked out the CSS. In case anyone else needs this: .item-pagination { display: none; } Link to comment
tuanphan Posted February 19, 2022 Share Posted February 19, 2022 I think your code, will hide all pagination on event page, blog page, portfolio page, you can try this code for event page only .item-pagination[data-collection-type^="events"], .item-pagination[data-collection-type^="events"] { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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