New Landing How can we help? Atelier Disable hover animation/ background on social icons?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #206568
    njmartell
    Member
    Post count: 47

    Is there a setting somewhere to remove the background fill on the social icon hover?

    I managed to disable the rolling animation using this code found on the forum:

    ul.social-icons li a:hover i {
      top: 0;
    }

    But I can’t seem to find anything regarding the fill.

    Thanks!

    #206574
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.social-icons li a:hover {
       background-color: transparent !important;
    }

    Thanks
    Mohammad

    #206583
    njmartell
    Member
    Post count: 47

    Thank you, that worked for the background color.

    However, it seems that the icons flicker to white before switching back to their regular color when removing the mouseover.

    Is there any way to fix this?

    Thanks!

    #206591
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to check.
    Thanks
    Mohammad

    #206593
    njmartell
    Member
    Post count: 47
    This reply has been marked as private.
    #206603
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    ul.social-icons li:not(.sf-love) a {
      transition: none;
    }

    – Kyle

    #206613
    njmartell
    Member
    Post count: 47

    Perfect. Thank you!

    #206615
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register