Hi,
Sorry for the delayed response!
You have the offcanvas menu enabled for your smaller devices only, so if you use the below solution then you can see the effect on your mobile view.
- You can use the following code in your custom CSS to get an text after your offcanvas menu:
a#offcanvas-toggler:after {
content: "Menu";
padding-left:5px;
}
- You can easilly make your offcanvas menu background as transperant:
.offcanvas-menu {
background: transparent !important;
}
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
You can have a look into the Magnin template as well, this template has a modul menu there. You need to make the background a transparent, which can be done with a simple CSS.
https://www.joomshaper.com/joomla-templates/magnin
Best Regards