
Admin
Well-Known Member
Staff member
Administrator
Simple but will get that "wow!" from your users.
copy and paste this into additional.css, save it
Code:
.avatarcontainer img {
opacity:0.5;
-moz-transition: all 0.5s ease-in;
}
.avatarcontainer:hover img {
opacity:1;
}
copy and paste this into additional.css, save it