Hi Kriesi team
did you use a WP Plugin or is ist custom made?
I wnat to show an icon with numbers in the menu if we have updates on certain categories.
THX in advance. Oliver
Hi heufti65!
It is a custom CSS code
.jobs-menu > a > span.avia-menu-text:after {
content: "1";
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;
}
Menu item has “jobs-menu” class
Cheers!
Yigit
Hi.
if i want tho show a flag counting new blogs from certain categories, how can i manage that?
Thanks for assisting me , Yigit
Hi!
That would require a heavy customization that would be beyond the scope of our support. Please hire a freelance developer for such feature.
Best regards,
Yigit
Thank you. That’ sClear.