PROTECT YOUR EYEBALLS
Options Theme >
img {
filter:blur(10px);
transition: all 2.0s;
Opacity: .5;
}
img:hover {
filter: blur(0px);
Opacity: 1;
}
.post-hover img {
Filter:blur(0px) !important;
Opacity:1 !important;
}
PROTECT YOUR EYEBALLS
Options Theme >
img {
filter:blur(10px);
transition: all 2.0s;
Opacity: .5;
}
img:hover {
filter: blur(0px);
Opacity: 1;
}
.post-hover img {
Filter:blur(0px) !important;
Opacity:1 !important;
}