Hi there,
Apologies for the inconvenience.
Regarding Issue 1 (tiles appearing over the slideshow images, such as “Immunization”), please review the screen recording provided in the hidden content area. It demonstrates the exact steps required to remove those tiles from the slideshow section.
For Issue 2 (mobile menu hamburger icon not responding), kindly add the following CSS to:
Template Options → Custom Code → Custom CSS
@media (max-width: 991px) {
.offcanvas-menu .logo .logo-image {
filter: unset !important;
}
#menu-right .mod-sppagebuilder.header-right.sp-page-builder {
position: relative !important;
z-index: -1;
}
}
After adding the code, please clear your Joomla and browser cache, then test again on mobile.
If the issue persists, let me know and I will investigate further.
Kind regards