Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1434931

    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

    #1434933

    Hi Mike,

    Sorry is not the Hamburger animation, is the animation X in the portfolios.
    Send you an image.
    Thanks advance,

    BR,

    Antonio.

    #1434942

    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

    #1434944

    Many thanks Mike!
    Could you help me to remove the circle around too?
    Thanks advance,

    BR,

    Antonio.

    #1434976

    Hi,

    Add this css code to remove the 2px border on hover.

    div.avia-popup .mfp-close:hover {
        border: 0;
    }
    

    Best regards,
    Ismael

    #1434978

    Hi Ismael,

    Works perfect!
    Many thanks,

    BR,

    Antonio

    #1434981

    Hi,

    No problem! Please feel free to open another thread if you have more inquiries about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No animation in closing x’ is closed to new replies.