Hey debralw,
Hope you’re well today 🙂
I’m not really familiar with the theme that you’re using so can you please post link to your site and let me know which hover effect exactly are you trying to remove, I’m pretty sure we can do this with some custom CSS.
Cheers,
Bojan
You can view the hover effect on this page: http://debralwallace.com/6-month-baby-photography-pittsford-ny-andy-betsy/
It doesn’t do it for thumbnails or on the home page (because the images on the home page are a plug in).
Hey again debralw,
Thanks for the link and clarification 🙂
As I mentioned above this should be possible to change with CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
body.origamiez-layout-single #origamiez-post-wrap .entry-content img:hover {
opacity: 1;
}
This should remove the hover effect on images.
Hope this helps 🙂
Cheers,
Bojan