Extra menu list item – label text on hover
-
Hi,
is it possible to show the label with text in the extra menu list item on hoover.
I´m making some menus now and thought this would be cool and imho a killer feature to guide ppl.
Thx for Reply
Best regards
Hello,
Do you mean to make such kind of labels appear on hover only https://gyazo.com/d3b1e825bc9c94a1014a0cb4a49d5c90 ?
Regards
Hi,
yeah such labels, it would be a cool feature for my page.
Regards
Hello,
By default, extra menu list item has a label http://prntscr.com/l2td5w which is always visible http://prntscr.com/l2tdfs
If you need the label to appear on hover, add this class label_on_hover
and add this code to the Theme settings > Custom CSS
.label_on_hover a > span.menu-label {
display:none;
}
.label_on_hover a:hover > span.menu-label {
display:inline-block;
right:0;
top:-10px;
}
Best Regards
Hi,
thank you very much!!! This made my day 😉
Best regards
The topic ‘Extra menu list item – label text on hover’ is closed to new replies.