|
|
Forums » List all forums » » Forum: General Discussion » » » Thread: custom made arrows » » » » Post: Re: custom made arrows |
| Posted by support at Jul 10, 2013, 5:58:00 PM |
|
Re: custom made arrows No need to cry, it's not your fault. We currently don't support custom arrows from our calendar customization tab (under Options->Colors) but there is a hack you can use (I think this is FAQ material!) The month-arrow left and right arrows have a CSS class applied: mal-usr and mar-usr respectively (that stands for "month arrow left" and month arrow right") You can use this custom class and a little jQuery/javascript to override the source settings for these arrows. Where to put this code for an iframe-embedded calendar? in your localendar title or footer field under Options->General makes the most sense. Here's an example you can customize to point to your own images: <script>$(document).ready(function() {$('.mal-usr').attr('src', 'http://www.xxx.com/yourleftimage.gif');$('.mar-usr').attr('src', 'http://www.xxx.com/yourrightimage.gif');});</script> ---------------------------------------- Marc Higgins Support Associate, localendar.com Follow us on Twitter! http://www.twitter.com/localendar_news |
Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us |