-
AuthorPosts
-
April 15, 2019 at 3:26 pm #1090988
Hiya,
I have a website with 8 icons that I want to sit in a grid 4×2 – I added the Icon grid, which looks great – but I can’t figure out how to remove the hover animation when you rollover them as I just want it completely static.
Any ideas how I can do this?
Thanks
MarieApril 16, 2019 at 12:32 am #1091140Hey Marie,
Add this to quick css:
.avia-icongrid-tooltip li:hover .avia-icongrid-content{ opacity:0!important; }Best regards,
Jordan ShannonApril 16, 2019 at 11:59 am #1091390Thanks for this Jordan
The code hides the white box (which is great) – but they still animate on roll over – I want them completely static :-)
Thanks
MApril 16, 2019 at 4:57 pm #1091575Hi M,
Can you try add this css code:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none; -moz-animation: none; animation: none; }Hope it helps
Best regards,
NikkoApril 16, 2019 at 5:59 pm #1091614Hi Nikko,
Sorry it doesn’t work – I tried it in a few browsers and it is still animated.
:-(
Thanks
Marie
April 17, 2019 at 6:20 am #1091797Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan ShannonApril 17, 2019 at 10:15 am #1091890Hiya,
I moved the code to the top of the quick css and used a private browsing/incognito window and it still isn’t working – sorry!
Any ideas?Thanks for your help so far
MarieApril 17, 2019 at 10:31 am #1091893Hi Marie,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .avia-icongrid-tooltip li .avia-icongrid-front { bottom: 50% !important; -webkit-transform: translateY(50%) !important; -ms-transform: translateY(50%) !important; transform: translateY(50%) !important; }Best regards,
NikkoApril 17, 2019 at 11:46 am #1091945Yay that worked – thank you so much!
April 17, 2019 at 11:57 am #1091953Hi pistachiouk,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Remove animation from Icon grid’ is closed to new replies.
