Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #341284

    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

    #341697

    Hi Zrated09!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #341736
    This reply has been marked as private.
    #341741

    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

    #341942

    Awesome. Is there a way to make the number blink?

    #342346

    Hi!

    No, it would be linked to menu item so the link will be the same

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.