-
AuthorPosts
-
March 15, 2016 at 1:45 pm #598365
I cannot seem to find a post on how to remove the header main menu hover effects. That slow fade in and out. How does one disable this effect?
March 15, 2016 at 3:36 pm #598426Hi bigjoechef!
Could you also please provide your site URL login details here in the Private Content section of your reply.
Best regards,
JordanMarch 16, 2016 at 8:07 pm #599164Unfortunately I can not. I would actually like to remove all hover/fading effects for all images links etc.
March 16, 2016 at 8:14 pm #599171Hey!
You can go to Enfold theme options > Advanced Styling and edit “Main menu links” both for initial and hover state and set them to same color so there would not be any hover transition
Cheers!
YigitMarch 16, 2016 at 8:21 pm #599178I have tried your method and it works for the link text but the background is still fading. How can I remove all fade transitions throughout the whole site? I do not want any 3 second fade on rollovers to images links etc.
March 16, 2016 at 8:29 pm #599184Hey!
It would be the best if we could see your website live and inspect elements to provide an accurate solution. Could you please post the link to your website when you launch it?
Regards,
YigitMarch 16, 2016 at 8:37 pm #599192I will not be launching the site with these 3 second fade in effects. If you were to do a fresh install of the enfold theme and try hovering over a main menu item your get a fade in effect. After applying the advanced styling colors it no longer fades in the main menu item text/link. Now when I apply a background color to the main menu links it still fades in the background color.
How can I remove all fade in effects from the theme. Is it a javascript file?
March 18, 2016 at 4:22 am #600043Figured it out in case anyone else comes along this post. It was a transition that I had to set to none:
.av-main-nav > li > a, div #menu-item-shop.cart_dropdown {
-webkit-transition: none;
transition: none;
-webkit-transition: none;
transition: none;
}March 18, 2016 at 4:50 am #600059Hi!
Glad you got it sorted and thanks for sharing the tip :)
Best regards,
Vinay Kashyap -
AuthorPosts
- You must be logged in to reply to this topic.
