Off-Canvas: Display Icons And Badges - Question | JoomShaper

Off-Canvas: Display Icons And Badges

A

Admin

Helix Framework 1 year ago

Hello,

How to display Icons or Badges in an Off-Canvas Menue in Helix Ultimate

css ?

Thanks in advance

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #150857

Hi

Thanks for contacting us. As far as I know there is no default option to do that and you need customization for that. Could you please give me any example of it? What kind of actually you are looking for?

-Regards.

0
A
Admin
Accepted Answer
1 year ago #150937

Hi,

enclosed is an example on the desired improvements in the off-canvas menue.

Thanks for your efforts.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #151143

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

off.png

-Regards.

0