January 29, 2016 at 6:12 am
#41972
Theme Horse Support Team
Keymaster
Hi administrator,
It seems that entry-header content was disabled by your calendar plugin. So its not displaying. You can add below Custom CSS and it will work fine. Go to dashbaord -> appearance -> customize -> design options -> custom css and paste the below CSS code
.entry-header {
display: block !important;
}
Thank you!