I was wondering how you add a small number (4) in the dot like you have done on your jobs menu.
EnfoldVersion: 4.2.6
Hey rammandco,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
its on your home page https://kriesi.at/support/topic/navigation-menu-number/
there is a 4 in a circle next to the menu jobs
(4)
Hi,
You can try this CSS:
#menu-item-263204 .avia-menu-text::after {
content: "4";
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;
}
Just replace the menu item ID in the code with your own menu item ID.
Best regards,
Rikard
Do I add the CSS in
theme options > general styling > quick CSS?
appearance > customize > additional css
appearance > editor > what php page?
How do i find the menu ID name is this just the name like Jobs.