Show post icons on featured images in masonry layout

Using Pro 2.2.5
Using the masonry full width layout for the posts page.

I can manipulate the post icons, changing the icon, color, etc on hover.
However, I’m missing how I can turn those post icons on as the default, so they show NOT just on hover.

Do you have a css example of how to show the post icons on a non-hover state?

thanks

Hi There,

To show the icons as default, please add this custom CSS under Theme Options > CSS:

a.entry-thumb img {
    opacity: 0.15;
}
.entry-thumb:before {
    opacity: 1;
}

Hope it helps :slight_smile:

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