Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1291112

    Hi,
    Could you please tell me how to display a notification count on main menu ? I notice this kind of notification on your website above the menu item ‘Jobs’ (4).
    Best regards
    Jorge

    #1291306

    Hi Jorge,

    That’s manually added via CSS.
    If you can give us a link to your site, and which menu item to apply it then we can give you some CSS code that should have a similar effect.

    Best regards,
    Nikko

    #1291331

    Hi Nikki,
    First of all, I would like to thank you for your proposal and your help.
    Whatever the menu item, the goal is to display a count number above the menu item (ie. Community). At the end, I would like to call a function returning a value to display.
    Best regards.
    Jorge

    #1291636

    Hi Jorge,

    Thanks for giving us admin access.
    I have added it to your News, Community, and Recipes menu item, here are the steps I made.
    1. In Appearance > Menus, I added this in the Community menu item’s CSS Class: community-menu (news-menu to News; recipes-menu to Recipes)
    2. In Enfold > General Styling > Quick CSS, I added this CSS code:

    .news-menu > a > span.avia-menu-text:after,
    .community-menu > a > span.avia-menu-text:after,
    .recipes-menu > a > span.avia-menu-text:after {
        content: "2";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }
    
    .news-menu > a > span.avia-menu-text:after {
        content: "4";
    }
    
    .recipes-menu > a > span.avia-menu-text:after {
        content: "5";
    }

    You can change the numbers by changing the content, for background color just change the background.
    Hope this helps.

    Best regards,
    Nikko

    #1291798

    Hi Nikko,
    Just amazing ! It looks great !! Exactly what I was looking for.
    Thank you so much for your help.
    Best regards.
    Jorge

    #1291799

    Hi Nikko,
    Please feel free to close the topic.
    Many thanks one more time for your help.
    Best regards.
    Jorge

    #1291809

    Hi Jorge,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Display notification count on menu’ is closed to new replies.