Is it possible to remove the arrows from Next Events and Previous Events buttons in Event Calender?

Hi there. I really hope you can help me remove these arrows with CSS - so that there will only be text showing.

Thank you so much.

Hi @user39566, welcome to our cozy Community :hugs:

Sure, you can hide the pagination buttons with this CSS code:

.eapp-events-calendar-layout-pagination {
  display: none !important;
}

Could you please check if this gives you the result you were looking for? :slightly_smiling_face: