Ethos - can I hide a featured image and breadcrumbs on one post?

Hi, is it possible to hide the featured image and the breadcrumbs for this one post please.
Thanks!

Hello @lisacole1,

Thanks for posting in! Yes, that is possible. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.postid-2036 .x-breadcrumb-wrap,
.postid-2036 .entry-featured {
    display: none;
}

where 2036 is the ID os the post. To know more how you can get the post ID, kindly check this out:

Best Regards.

you superstar! you even found the post number for me, that was going beyond the call of duty and I really appreciate it.
Thanks again!

You’re always welcome @lisacole1!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.