Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #500010

    Trying to get a simple arrow to show up on an active menu item like in the attached image:

    I tried this:
    .avia-menu-fx {height: 10px; background-image: url(https://imagelocation.png); background-size: cover; }

    But it only made the default line 10px thick/high.

    #500013

    Hi wordsatworkmn!

    You can try something like this.

    .menu-item a:hover .avia-bullet { position: absolute; z-index: 444; top: 100px; right: 0px; background: red; width: 30px; height: 30px; }
    

    To get it to display as a triangle then you can create a image and set it as the background or try this CSS trick out, https://css-tricks.com/snippets/css/css-triangle/.

    Regards,
    Elliott

    #500068

    HI, thanks but none of those worked. The css triangle just show a small rectangle.

    #500386

    Hey!

    it should work I think with Elliott’s method. Can you provide us admin access, so we can check the code (in Quick CSS) you implemented for this function? also show us a link where you want to use these arrows. Post login details here as private reply.

    Best regards,
    Andy

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