I am trying to change the style of the DailyView calendar, I have changed the color to blue, cleared cache and no change in color. Can you assist and let me know what I am doing wrong.
Apr 5,2017 AT 8:03AM - 4 years ago -If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
Can you upload screenshots?
Hi,
It cannot be customized to that extent. But you can use css to change the color.
Please go to eventon->styles and add following code in the panel and save the settings:
.eventon_daily_list .evo_day .evoday_events em {
background-color: #f00;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.