Hi,
My previous post: https://kriesi.at/support/topic/title-above-featured-image-on-single-post-page/
I hadn’t noticed until now, but on the archive pages, the layout hasn’t changed like it did on the single post page. Can you help me with another snippet of code, so my archive page will look like the post page?
Alternatively, how do I not display the featured image at all on the archive page? That would be fine too.
Let me know if you need more info.
Many thanks,
Brenda
Hi formativnet!
Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
EDIT: and you can add following code to Quick CSS in Enfold theme options under General Styling tab to remove featured image on archive pages
.archive .big-preview.multi-big {
display: none;
}
Best regards,
Yigit
That’s very useful, thanks.
Brenda