Hello
I can hide the calendar arrow with the shortcode [hide_arrows=”yes”].
How to hide the date next to the arrow?
Is there a shortcode or
how is the css code?
Regards
Mark
Apr 3,2017 AT 7:44AM - 4 years ago -Here is the image
Please go to eventon->styles and add following code in the panel and save the settings:
.evoDV .evo_month_title {
display: none !important;
}
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.
Hello Ashish
It works
Thank you