How to Disable onhover photo highlight?

Posted in: Newspaper
Post count: 3

Hello, I’m wondering how to change the following feature.

When a mouse hovers over an image http://www.whybiotech.com/cannabis-photography/ it highlights the image, reducing the image quality in my opinion. I’m wondering how to disable this feature?

Post count: 23312

Hello cannabro,

Unfortunately, this feature does not come from our theme, sorry! If you want to get rid out this effect, you should use a bit of CSS code and place it in Theme panel->Cusotm CSS area.

The code is ->

.wp-image-158{
pointer-events:none;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.