Hello there,
how do I increase the gap between the menu item and the hover line? Also possible to add some simple animation to the hover effect?
I’ve addded the underline effect via code given on this forum:
$el.x-menu > li > .x-anchor:hover .x-anchor-text-primary {
text-decoration: underline;
}