Okay
  Public Ticket #2107911
PHP Edit
Closed

Comments

  • Doğuş Ozan CİHAN started the conversation

    I'm trying to customize the event hover tab in the calendar section. I couldn't figure out how to reach the color of the event. I'd appreciate it if you helped.

  •  783
    Zhivko replied

    Hi,

    The color of the event can be reached with:

    <?php echo $event->get_color(); ?>

    Stachethemes Developer

  • Doğuş Ozan CİHAN replied

    hi thx your answers but not work.

    .replace(/stec_replace_color/g, 'style="background-color:' + ecolor + '; opacity:.4 !important;"');
    and i use 
    <div class="" stec_replace_color=""></div>
    
  •  783
    Zhivko replied

    Hi,

    Could you send me screenshot of what you're trying to do?


    Stachethemes Developer