Hi! Thanks again for the best theme out there in my opinion. I have a page where posts are displayed in two different sections, one for live projects and one for finished. The Featured image should appear on the live projects but not on the other. I have given the section with finished projects a Custom CSS Class called “avslutade”
If I’m using:
.slide-image img {
display: none !important;
}
It hides the featured image ewerywhere. How do I target only the section “avslutade”?
I think this is an easy one, thanks for your help,
Michael
Hey Michael,
Please use the code as following
.avslutade .slide-image img {
display: none !important;
}
Cheers!
Yigit
Thanks Yigit, that’s perfect! :)
/Michael