Viewing 2 posts - 1 through 2 (of 2 total)
  • #264203
    MarcusRG
    Member
    Post count: 69

    Hi

    Is it possible to customize my megamenu so the outline is a bit more visible? Like a darker grey or a bigger shadow or something.

    And – is it possible to remove the delay on the transition when you mouseover on the menulink? So it opens immediately.

    Thanks!

    #264551
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    Yes you can increase the border opacity with this:

    nav .menu ul.sub-menu {
        -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.6);
        -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.6);
        box-shadow: 0 0 5px -1px rgba(0,0,0,.6);
    }

    2) Not without further modification to the JS files, these are overwritten with each theme update though.

    Thanks,
    David.

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

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

License required for the following item
Login and Registration Log in · Register