Hey zuzulja,
How are you doing today?
This should be possible to do with some custom CSS. I’m not really familiar with the theme that you’re using so could you please post link to your site where I can see this calendar and I’ll try to help with some CSS.
Cheers,
Bojan
Hey again zuzulja,
If this is what you’re referring to http://screencast.com/t/VL9JxSATi then please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
td.clearstyle_calendar {
display: none;
}
Hope this helps 🙂
Cheers,
Bojan