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
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,
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;
}
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 ....