Icons On Off-canvas Menu Items On Helix Ultimate - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Icons On Off-canvas Menu Items On Helix Ultimate

DA

Daniele Alessandri

Helix Framework 4 years ago

Hello, I am migrating from Helix 3 to Helix Ultimate, I was wondering if it was possible to add icons to menu items on the off-canvas menu, I've seen it's possible to do on the megamenu but I wasn't able to do the same thing for the off-canvas, since it was possible on Helix 3

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #40039

Hello Daniele Alessandri

Sorry, this feature does not exist. You can customize with CSS. For example, you can use this CSS to Template Options -> Custom Code -> Custom CSS

.offcanvas-menu .offcanvas-inner ul.menu>li a:before{
    content: "\f0a9" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700 !important;
}

It will show you like this

Screenshot at Oct 26 17-30-31.png

Best regards

0