• Hi Everyone!

    I am using a child theme of Preus Pro.

    Currently, when you hover over the post’s feature image on the homepage, the image goes dark and two icons appear- one to enlarge the picture and one to click through to the actual post.

    I’d like to disable this feature only have the image there. I would like for people to be able to click on the image to get to the actual post but without it fading to black.

    Can anyone recommend what kind of code I’d need to add to my child theme?

    Thanks!

Viewing 1 replies (of 1 total)
  • I couldn’t find the any theme by the name ‘Preus Pro’. All I found was ‘Preus’ and ‘Preus Plus’.

    Anyways, you can stop the fading by deleting (or commenting) its code inside main.css.

    It’s very simple to do. If you are using Google Chrome, right click on the image and select ‘Inspect Element’. After it opens, you will find a tab called ‘Styles’ on the right side. Below it will be the line number of the code. You will mostly be looking for something like –

    .featured-thumb:hover

    All you have to do is find that code and delete (or comment) it.

Viewing 1 replies (of 1 total)
  • The topic ‘Help Needed With Posts' Featured Images’ is closed to new replies.