By Marcus Roskill on Wednesday, 16 January 2019
Posted in General
Replies 3
Likes 0
Views 641
Votes 0
Hi guys,

How do we get the emoji selection when you like something to disappear faster? At the moment it takes about 2 seconds to disappear but we would like it to hide as soon as you stop hovering over like.

See attached screenshot.

Can you help please?

Thanks,
Katie
Hi there,

Applied css codes below on Easysocial customs css files. Please give it a check and see how it goes.

[gist type="php"]
/* Increase reactions popup */
#es.is-desktop .es-reaction-option__link ~ .es-reactions-pop {
transition-delay: 0.15s !important;
}
[/gist]
·
Wednesday, 16 January 2019 18:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you.

Will this get overridden on updates?

Thanks
Katie
·
Wednesday, 16 January 2019 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It is done on custom.css files and it will not be overridden on your next update.
·
Thursday, 17 January 2019 09:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post