Hey,
I don´t want the featured image to be displayed in the Blog Posts element.
What code shall I add?
Thanks
Charlotte
Hi Charlotte! :)
Please add following code to Quick CSS
.home #av-masonry-1 .av-masonry-outerimage-container {
display: none;
}
Cheers!
Yigit
Hey Yigit,
That code deleted the featured image in the Masonry Element but I want the featured image to be deleted in the Blog Posts element.
Hey!
Whoopsie, my bad. Please replace the code with following one
.home .big-preview.single-big {
display: none;
}
Cheers!
Yigit
Thanks :)