Hi, When setting the display of the menu item title to (no), the menu title still appears in the navigation bar. Please check the attached screenshot.
I need to display only the icon without the menu title
aliwari Hi
Thanks for your report, I've shared with our T4 team for further checking on this.
Will keep you posted.
aliwari Hi, For now, T4 does not support option hide menu title. I would like to suggest you use custom css.
.nav-item.hidden-title>.nav-link>span>.menu-item-title { display: none; }
saguaros H,
You're welcome! Looking forward to hearing from you after the T4 team's review.
Have a good days!
manhta Hi,
Thank you so much, it's working perfectly now. I'm just wondering if there's a way to hide the menu title on the Offcanvas menu as well. If so, your assistance would be greatly appreciated.
Regards
You can try this:
div.t4-offcanvas .t4-off-canvas-body .navbar .fa.nav-link span.menu-item-title { display: none; }
It's working ... Thank you
Have a good day ....