I’d like to replicate the numbered job post you use on your main site, using enfold.
I saw this thread, but can’t figure out where to load the custom CSS.
https://kriesi.at/support/topic/update-flag-or-icon-in-menu/#post-331645
Thanks
Hey!
You can use following code in Quick CSS field
li#menu-item-18 > a > .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;
}
if you would like to display the number on another menu item, please simply change menu item ID. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Awesome. Is there a way to make the number blink?