Hello,
how can we disable the strikethrough on active (selected) top menu items and instead have the item underlined ?
Thanks and regards Markus
Hi Markus,
Try with this custom CSS code:
.t4-megamenu .navbar-nav>li.active>a, .t4-megamenu .navbar-nav>li.active>.nav-link { text-decoration: underline !important; }
Hi Saguaros,
thanks a lot for the very fast reply and solution.....much appreciated.
It works fine !!
Cheers Markus