I have installed DPCalendar. When I open the menu with event items the header does not appear. How to fix this?
https://ng.devportaal.biz/index.php/agenda
Thanks
Marco
.maincontent .page-header {
display: none;
}
.maincontent .dp-page-heading.page-header {
display: block;
margin-bottom: 1rem;
}
I added both codes in the CSS custom code of the template..
.maincontent .page-header {
display: none;
}