"Login" Menu Item (Offcanvas) - Question | JoomShaper

"Login" Menu Item (Offcanvas)

Nicolas Pascault

Nicolas Pascault

Helix Framework 9 months ago

Hello,

I have added the Helix "login" link in my site's offcanvas menu, but it only shows the "person" icon.

I would like the menu name to display alongside the icon (just as on the desktop menu).

How can I achieve this? Thanks a lot for your reply !

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 9 months ago #180379

Hello there,

Apologize for the issue you're experiencing. Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: unset !important;
}

This should resolve the problem. Please let us know if you need any further assistance!

Best regards

0
Nicolas Pascault
Nicolas Pascault
Accepted Answer
9 months ago #180411

Works just fine, thanks a lot!

0