• HI

    Can I change the menu hovering effect in this (evolve) theme to something simpler and not so complicated?

    People say that it is confusing.

    Thanks

    MARIOS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    In Theme Options -> Extra -> Enable Animate.css plugin support
    uncheck to disable the menu hover effect.

    Thanks!

    Thread Starter marios11

    (@marios11)

    Hi
    Thanks

    I really want to have another effect but something simpler. Not so complicated and not without any effect. Something that is simpler..

    Thanks again

    Hi,

    Disable that.
    Then use the following code in Theme Options -> Custom CSS

    `#nav ul li a:hover{
    background: #444 !important;
    }’

    This will give you a background color hover.
    You can change #444 to other color hex code.

    That’s all I know. 🙂

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Menu hovering effect’ is closed to new replies.