Hi,
Currently I can see the featured image on my pages, below the title/breadcrumb section. How can I remove that?
I still want them visible when creating page or post grids.
Hey SilviaNT,
Please try this code in the General Styling > Quick CSS field:
#top.page .entry-content-header .page-thumb {
display: none !important;
}
Best regards,
Mike
Thanks Mike, the code works.