I'd like to make the dropdown menu on a site I'm volunteering my time on be a little bit more visually appealing.
Is it possible to indent the sub-menu items so they hang under the column titles, and can the colour of the column titles be changed?
Here is the site: www.tadra.asn.au the main menu item in question is Forms
I'd also like to hide the Forms menu in the offcanvas menu.
I've added Custom Class called nomobile on the Joomla Menus: Edit Item screen, and added the following to my custom.css file:
li.nomobile .offcanvas-menu .offcanvas-inner .sp-module .sp-has-child.nomobile > a::after {display: none !important;}
if you click on "Forms" in the main menu, you'll see what I am referring to. None of the menu items are active yet, they will eventually just be links to PDF files.