Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Disable hovering effect for Thumbs (http://forum.bytesforall.com/showthread.php?t=19043)

papalagi Dec 5, 2012 02:33 AM

[SOLVED] Disable hovering effect for Thumbs
 
Hi everybody

i'm trying to eliminate the greyscale filter and the hovering effect for thumbnails, this is what i did:

comment out the styling for
Code:

/* .post-thumb img {...} */
/* .post-thumb img.img_grayscale {...} */

then added this override to the CSS:
Code:

div.post-thumb a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

the result is no grayscale image and that's fine, but hovering on the thumb still triggers a transition effect...

how can i eliminate this?

thank you in advance, cheers

juggledad Dec 5, 2012 03:39 AM

did you look at the stickies in this forum?

papalagi Dec 6, 2012 07:35 AM

of course, but didn't find the solution, did i miss anything?

juggledad Dec 6, 2012 11:19 AM

did you impliment PATCH: 113-01

papalagi Dec 10, 2012 11:40 AM

You're right Juggledad, i applied the patch, but then forgot about it and reset the Sub Template

Thank you


All times are GMT -6. The time now is 11:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.