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

    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

    #948943

    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

    #949028

    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)

    #949439

    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

    #950513

    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.

    #951321

    Hi,

    You can try it in Quick CSS. You will have to inspect the element you want to apply it to in your browser and find the id for it.

    Best regards,
    Rikard

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