Hi Linda,
to do so, please change the time format in your WordPress settings: Settings -> General -> Time Format.
Have a nice day. 🙂
Raduz
Thank you 🙂
Another question – can I change the css somewhere? I want to hide the All event drop down for exampel.
Hi Linda,
You welcome. I personally using the CSS Plus plug-in for WP. After install of this plug-in you will have the CSS window on each pagep/post editor page and where you can customize the CSS of current page.
So on page with your Event calendar use this to disable the All event drop down menu: .mptt-menu.mptt-navigation-select {display: none;}
And probably you can use this also in style.css in your Child theme.
Have a nice day. 🙂
Raduz
Hi,
Thank you for your help.