Hey there
I have a calendar on our events “whats on page”, however I need the text removing so it doesn’t overlay the text we have on our poster images.
Would anybody be able to advise me on how to do this? I’ve had a real struggle trying to change the css to make it work!
Many thanks, xx
Mar 28,2017 AT 5:21AM - 5 years ago -Please go to eventon->styles and add following code in the panel and save the settings:
span.evcal_desc {
display: none !important;
}
span.evcal_cblock {
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.