lindsayvacek Posted November 26, 2023 Posted November 26, 2023 Is there a way to remove the bottom links on an events page? So that someone has to go back to the main list and can't just go forward and back one?
Solution Web_Solutions Posted November 26, 2023 Solution Posted November 26, 2023 12 minutes ago, lindsayvacek said: Is there a way to remove the bottom links on an events page? So that someone has to go back to the main list and can't just go forward and back one? Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. #itemPagination { display: none !important; } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
lindsayvacek Posted November 26, 2023 Author Posted November 26, 2023 Thank you!! Is there a way to also hide the "Back to All Events" link also?
Web_Solutions Posted November 26, 2023 Posted November 26, 2023 3 minutes ago, lindsayvacek said: Thank you!! Is there a way to also hide the "Back to All Events" link also? Replace the previous code with the code below. #itemPagination, .eventitem-backlink { display: none !important; } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment