@mariusjopen I have it applied to my website right now, it makes the hover image not show up at all?
EDIT: @arminunruh just updated Laytheme, the new option works now! Thank you for the mouseover hover option!
@mariusjopen I have it applied to my website right now, it makes the hover image not show up at all?
EDIT: @arminunruh just updated Laytheme, the new option works now! Thank you for the mouseover hover option!
@arminunruh Hi Armin! I tried adding this code to my site but the css is telling me "Unknown property 'img' Expected RBRACE" on the lines with img:first-child. Any ideas on what to do?
Hi @mariusjopen, any updates on this? Sorry to bother!
@mariusjopen Hi Marius, my website is kristyjcheng.com! I have the mouseover effect for the SPCA project currently.
Hello,
I'm currently using the mouseover image for thumbnails option and would like the mouseover image to fade in. I'm not sure if I have the correct classes for the thumbnails, is this right?
.thumb has-mouseover-img mo_thumb{
opacity:0;
transition-duration: 150ms;
transition-timing-function: ease-out;
}
.thumb.has-mouseover-img:hover mo_thumb{
opacity:1;
transition-duration: 150ms;
transition-timing-function: ease-out;
}
Thank you!