Changing how post index page works

Hi, if I go through the 4 stacks all of them have different ways generating the post index page. I like the integrity best, but prefer that the image does not change to black with red link icon, Preferably the feature image darkens a bit, and is clickable (like ethos, but that one is without exerpt).

I read it’s not possible to edit the index page - but since there are differences I’m hoping it is a little bit possible :wink:

Hello @PHTGRPHR,

Thanks for asking. :slight_smile:

To remove Integrity hover effects, please add following CSS under Theme Options > CSS:

body .entry-thumb:before {
  display: none;
}

body a.entry-thumb:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  zoom: 1;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.