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.
Hey 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,
Mike
Hi Mike,
Sorry is not the Hamburger animation, is the animation X in the portfolios.
Send you an image.
Thanks advance,
BR,
Antonio.
Hi,
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,
Mike
Many thanks Mike!
Could you help me to remove the circle around too?
Thanks advance,
BR,
Antonio.
Hi,
Add this css code to remove the 2px border on hover.
div.avia-popup .mfp-close:hover {
border: 0;
}
Best regards,
Ismael
Hi Ismael,
Works perfect!
Many thanks,
BR,
Antonio