New Landing How can we help? Themeforest Theme Support Dante mega menu nav line effect

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #226148
    wildfox
    Member
    Post count: 58

    Hi,

    I’d like to change the nav line effect on first level menu item.
    I changed the style to have an up arrow instead of the line showing at the bottom of the item.
    Actualy the line comes from left to right and I’d like to have my arrow appearing from middle bottom of the item.
    See the screenshot please.

    Thank you

    regards

    Attachments:
    You must be logged in to view attached files.
    #226167
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide your link so I can see what you mean?

    – Kyle

    #226168
    wildfox
    Member
    Post count: 58
    This reply has been marked as private.
    #226170
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    nav#main-navigation .menu > li > a span.nav-line {
      transition: none;
    }

    – Kyle

    #226188
    wildfox
    Member
    Post count: 58

    Thank you but I want to keep an effect, not the one defined (from left to rigth).
    I’d like to have my arrow appearing from bottom.

    #226861
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try adding this css:

    nav#main-navigation .menu > li > a {
    overflow: hidden;
    }
    nav#main-navigation .menu > li > a span.nav-line {
        width: 99%;
        position: absolute;
        bottom: -10px!important;
    }
    nav#main-navigation .menu > li:hover span.nav-line {
    bottom: 1px!important;
    }

    – Ed

    #227359
    wildfox
    Member
    Post count: 58

    Hi Ed,

    I used your css rules and changed a few things in it to make it works perfectly.
    thank you !

    regards

    #227365
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks Ed 🙂 .
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register