Hi, how do I remove the page title and featured image from pulling through on every new page I create? This is an artist page named Jordan, as you can see the name is over the nav bar and the feautured image is showing. https://podcast.digital-pulse.agency/jordan-collins
Hi, how do I remove the page title and featured image from pulling through on every new page I create? This is an artist page named Jordan, as you can see the name is over the nav bar and the feautured image is showing. https://podcast.digital-pulse.agency/jordan-collins
Hello Jordan,
Please go to wp-admin>them options>custom css/js
and add this code in the custom css field
.page-template-default .wp-featured-image{
display: none;
}
And a hide title option is available in each page settings
Thanks,
Alexandre from the Sonaar.io Crew