Jump to content

custom css to remove bottom links on events page

Go to solution Solved by Web_Solutions,

Recommended Posts

  • Solution
Posted
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? 

Screenshot 2023-11-26 at 12.36.41 PM.png

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

#itemPagination {
    display: none !important;
}

 

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.


 

Posted
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;
}

 

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.


 

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.