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 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 ![]()
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? ![]()