Post
by Malinkej73 » Tue Mar 25, 2025 5:30 am
Thank you for the warm welcome,
joomla 5, helix ultimate template.
MegaMenu without arrow icons for submenu items
If after the Helix Ultimate update, you don't see icons in the dropdown menu or off-canvas menu please follow the steps:
Go to Template Options > Advanced (tab)> Font Settings > check if you have enabled Font Awesome (must be On).
If you still don't see arrow icons check Advanced (tab) > SCSS > Compile SCSS to CSS: On > Save changes.
If you have it On already, turn it OFF, Save changes, and Turn On > Save change
Clear the Joomla cache after and reload the browser cache.
As alternative use the below Custom CSS (Joomla 5+):
.helix-ultimate .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after,
.helix-ultimate .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after,
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after
{font-family: "Font Awesome 6 Free"; }