My images fade when you hoover over them and I don't like that
-
My images fade when you hoover over them and I don’t like that. I would like to change it. I googled it and found this.
http://wordpress.org/support/topic/how-to-disable-image-fade-on-mouse-over
I’m not sure where to put it and do I need to purchase custom CSS to do this one thing. please help. I guess if I have to I could buy it for one month to do it?The blog I need help with is: (visible only to logged in users)
-
Hi Tony!
You would need to purchase the Custom Design upgrade to specify this attribute. You can read about the upgrade here:
http://en.support.wordpress.com/custom-design/
One you purchase the upgrade, place this code under Appearance -> Customize -> CSS:
a:hover img { opacity: 1.0; }That should do the trick! Let me know if you need anything else.
- The topic ‘My images fade when you hoover over them and I don't like that’ is closed to new replies.