- Edited
My side menu will not open levels. Is there any way to do this in Athena?
My side menu will not open levels. Is there any way to do this in Athena?
I have updated the user info in the field above.
Please ignore the "ACCORDEON COMMUNITY MENU" below. I am just demoing a 3rd party menu system there.
Hi spinsker,
We need to override this module from Joomla, you can add the following CSS code to the backend > site template styles > ja - athenna > Tools > Custom CSS to improve the style.
NOTE: I have helped you added this code:
.sidebar-l .module .navbar li.nav-item a {
color: #636363;
font-size: 12px;
}
.sidebar-l .module .navbar li.nav-item ul.dropdown-menu {
border: 0;
}
.sidebar-l ul.navbar-nav {
width: 100%;
}
.sidebar-l .module .navbar li.nav-item a::after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}