• Resolved Monique – NV

    (@nickeymou)


    The menu changes color on hover, but it does it to fast. How and where in rokophotolite can I change hover effect speed? Thank you for your help!

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

    You can change the transition property to change the effect speed.

    Here is the code you can change speed according to your choice.

    a:hover, a:focus, a:active, a.active {
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter Monique – NV

    (@nickeymou)

    I did try that, it doesn’t work :(.

    Hi,

    Would you please provide the link to your website?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu color change on hover’ is closed to new replies.