Hey.
The feature image is visible in the blog posts element at http://www.newyorkinspiration.com
I have deleted it now but what code shall I add so I won´t see it?
Thanks
Charlotte
Hey Charlotte,
I’m not sure I understand exactly what it is you want to hide, could you post a screenshot highlighting the changes you would like to make please?
Regards,
Rikard
Hi Rikard,
If you look now at http://www.newyorkinspiration.com you will see that the blog posts element also show the featured image and I don´t want that.
It did not do that before this incident happen that caused me a lot of problems…
https://kriesi.at/support/topic/urgent-help-3/
Thanks
Charlotte
Hey!
Please add following code to Quick CSS
#top .fullsize .template-blog .big-preview {
display: none;
}
Best regards,
Yigit
Thanks :)
Also on the category page – what do I add to not see the featured image?
http://www.newyorkinspiration.com/category/hoteltips/
Hi!
Please add following code to Quick CSS as well
.archive .big-preview.single-big { display: none; }
If you would like to remove them globally, please use the code as following
.big-preview.single-big { display: none; }
Cheers!
Yigit
Thanks :)