In the Event List, is there a way to hide the buttons "Jump Months" and "Current Month". I'd like to only have the forward & back arrows.
- Apr 10,2024 AT 4:02PM - 1 month ago
in order for the jump mnth to appear you needed to add the following to the shortcode
jumper=”yes”
simply remove that
Hello. I have the same question. Is there a way to remove “current month” button?
Hello Kaspar Marli,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header). You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.calendar_header button.cal_head_btn.vis { display: none !important; }
Thank you!
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.