So here's a simple effect that is very cool! what do you think?
anyways let's begin
~ GO TO Admin CP > Templates & Styles > Templates > Your Template > PostBIT Templates > Postbit_avatar
Search for this >
And add this code near that
Thats it
Some Screenshots
Normal On Hover
anyways let's begin
~ GO TO Admin CP > Templates & Styles > Templates > Your Template > PostBIT Templates > Postbit_avatar
Search for this >
<div class="blur img"><a href="{$post['profilelink_plain']}">
And add this code near that
<div class="bw pic">
<style>
/*B&W*/
.bw {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.bw:hover {
-webkit-filter: grayscale(100%);
}
</style>
Thats it
Some Screenshots
Normal On Hover