Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331465

    Hi Kriesi team

    did you use Update Flag 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

    #331645

    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

    #332307

    Hi.
    if i want tho show a flag counting new blogs from certain categories, how can i manage that?
    Thanks for assisting me , Yigit

    #332317

    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

    #332541

    Thank you. That’ sClear.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Update Flag or Icon in menu’ is closed to new replies.