Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1154467

    Hi,

    In the early days of Enfold, there was a little arrow below a highlighted menu-item. Is it possible to enable this again, or add it with css?

    Regards,
    Erwin

    #1154903

    Hey Erwin,

    Could you please attach a mockup of what you’re trying to achieve?

    Do you mean the underline?

    Best regards,
    Victoria

    #1154973

    Hi,

    I would like to achieve something as shown in the image.

    Regards,

    Erwin

    #1155493

    Hi Erwin,

    Try adding this css code in Quick CSS:

    #top .avia-menu-fx .avia-arrow-wrap {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
        visibility: visible;
        top: 2px;
    }

    Just replace the white color (in border-top).
    Hope this helps.

    Best regards,
    Nikko

    #1155508

    Hit,

    Thank you. This is what I mean. I’ve adjusted the code a bit so it’s a bit bigger, only thing now is, that he’s not aligned in the center. How can I fix that?

    Changed it a bit more. Aligned it to the left now and set the border-left to 0. This is fine so. Thanks!

    Regards,
    Erwin

    • This reply was modified 5 years ago by Erwin.
    #1155592

    Hi Erwin,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1155675

    Thanks a lot, again!! You can close this topic.

    Regards,
    Erwin

    #1155813

    Hi Erwin,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Arrow below menu-items’ is closed to new replies.