Remove Social Icons Animation

Posted in: Newspaper
Post count: 1

Hello there,

I want to disable the animation on the social share icons in the single post page.

How can i achieve this?

Here is a video related to the issue: https://drive.google.com/file/d/1BPgHrtt91R0SZHiWDVTZ_kYjE_zpIWVQ/view?usp=sharing

Thanks in advance,

Post count: 27744

Hi,

Please set this code in the Theme Panel -> Analytics/JS code in head -> https://i.imgur.com/UypAKbc.png with style tags, .td-js-loaded .td-post-sharing
{
opacity: 1!important;
transition: opacity 0s!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.