Home Forums WoodMart support forum Extra menu list item – label text on hover

Extra menu list item – label text on hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #80998

    Famize
    Participant

    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

    #81025

    Artem Temos
    Keymaster

    Hello,

    Do you mean to make such kind of labels appear on hover only https://gyazo.com/d3b1e825bc9c94a1014a0cb4a49d5c90 ?

    Regards

    #81240

    Famize
    Participant

    Hi,

    yeah such labels, it would be a cool feature for my page.

    Regards

    #81261

    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

    #81283

    Famize
    Participant

    Hi,

    thank you very much!!! This made my day 😉

    Best regards

    #81297

    Artem Temos
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Extra menu list item – label text on hover’ is closed to new replies.