There is settings to customize the arrow Hover color of the Forward and Backward buttons (Appearance > Calendar Header > Arrow Circle), but it only changes the forward arrow. This settings has no effect on the backward arrow hover color.
Please help.
Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before, .evo_footer_nav .evcal_arrows.evcal_btn_prev:hover:before { border-color: #ffffff; }
Thanks, that works.
However, I hope that we would be able to change both Prev and Next button arrow colors directly from the Settings rather than modifying this custom code in one of the upcoming updates.
I am going to contact our developers about the issue as well. Thank you very much for informing us!
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.
thank you for letitng us know this. here is a patch fix for this.
code:
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before,
.evo_footer_nav .evcal_arrows.evcal_btn_prev:hover:before,
.evo_footer_nav .evcal_arrows.evcal_btn_next:hover:before
Thanks. I edit the plugin file (dynamic_styles.php) add that code, works. I am hoping that you will incorporate this patch into the upcoming plugin update too, so it won’t overwritten.
We are going to include this fix in the future update.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket. If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!