Hi,
After I canged the tiltle text, best album''s title disappeared.
Grid2, Featured artists,, the image doesn't turn red when hovering mouse on it.
http://www.artfans.ca/
thanks
.gkGridElement .custom.gkPhoto img {
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
opacity: 1;
}
.gkGridElement .custom.gkPhoto:hover img {
opacity: 0.75;
}
colinliu wrote:Thanks teitbite
That helps a lot.
Now I have a more urgent issue.
It's quite often(not always though), I have to refresh my home page one more time to get it loaded, otherwise, it will get stuck on a blank page.
How can I fix this?
Thanks.