Okay
  Public Ticket #2345997
Icons
Closed

Comments

  • Comunicaciones Vigo started the conversation

    Hello,

    I want to remove the effect that the icons have. The icons change size and transparency. I do not want that. I want them to stay fixed without changes. Is there a way to put a link to the icons and make them work as buttons?

    Thanks.

  •  1,627
    Andrey replied

    Hello, Dear Customer.

    In order to cancel this effect, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .teaser:hover .teaser_icon {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none
      -o-animation: none;
      animation: none;
    }
    

    Then save changes and you'll receive desired result.

    Best Regards!

  • Comunicaciones Vigo replied

    Thank you very much. Regards.