farhan86a on "[Plugin: AddToAny Share Buttons] Spin Icon when hover"

ساخت وبلاگ

farhan86a
Member
Posted 6 minutes ago #

I inserted the below CSS code for spin icon when mouse hover in Additional CSS box:

img {
border-radius: 50%;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}
img:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

It does give the icons the spin effect but along with them it applies that effect to all the images in my blog.

I am a newbie in CSS. I doing something wrong. What is it?

https://wordpress.org/plugins/add-to-any/

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 225 تاريخ : يکشنبه 6 تير 1395 ساعت: 18:51