-
AuthorPosts
-
February 20, 2024 at 5:08 pm #1434921
Hi,
I wold like there are not spin animation X then appear when roll over the x inside the portfolios images.
Only chance color grey to black
Could you help me?Thanks advance,
BR
Antonio.
February 20, 2024 at 5:40 pm #1434931Hey Antonio,
To remove the burger menu spin, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-hamburger--spin.is-active .av-hamburger-inner { transform: unset; } #top .av-hamburger--spin.is-active .av-hamburger-inner::after { transform: unset; } #top .av-hamburger--spin.is-active .av-hamburger-inner::before { top: -10px; opacity: 1; } #top .av-hamburger--spin.is-active .av-hamburger-inner::after { bottom: -10px; opacity: 1; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeFebruary 20, 2024 at 6:15 pm #1434933Hi Mike,
Sorry is not the Hamburger animation, is the animation X in the portfolios.
Send you an image.
Thanks advance,BR,
Antonio.
February 20, 2024 at 7:50 pm #1434942Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:div.avia-popup .mfp-close:hover { border: none; transform: unset; -webkit-transform: unset; } div.avia-popup .mfp-close:hover, div.avia-popup .mfp-close { border: none; cursor: pointer; }After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 20, 2024 at 7:58 pm #1434944Many thanks Mike!
Could you help me to remove the circle around too?
Thanks advance,BR,
Antonio.
February 21, 2024 at 10:09 am #1434976Hi,
Add this css code to remove the 2px border on hover.
div.avia-popup .mfp-close:hover { border: 0; }Best regards,
IsmaelFebruary 21, 2024 at 10:17 am #1434978Hi Ismael,
Works perfect!
Many thanks,BR,
Antonio
February 21, 2024 at 10:54 am #1434981 -
AuthorPosts
- The topic ‘No animation in closing x’ is closed to new replies.
