-
AuthorPosts
-
March 29, 2021 at 4:24 pm #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
JorgeMarch 30, 2021 at 10:14 am #1291306Hi 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,
NikkoMarch 30, 2021 at 11:18 am #1291331Hi 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.
JorgeApril 1, 2021 at 3:21 am #1291636Hi 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,
NikkoApril 1, 2021 at 3:20 pm #1291798Hi Nikko,
Just amazing ! It looks great !! Exactly what I was looking for.
Thank you so much for your help.
Best regards.
JorgeApril 1, 2021 at 3:22 pm #1291799Hi Nikko,
Please feel free to close the topic.
Many thanks one more time for your help.
Best regards.
JorgeApril 1, 2021 at 4:05 pm #1291809Hi Jorge,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Display notification count on menu’ is closed to new replies.