Expired
Hi!
How can I hide featured image inside a post from certain categories? I need the image on the blog page with the list of posts but I don’t need it inside some of the posts (not all).
Hello,
Please add this code into your custom css box:
#post-33 .blog-article .media { display: none; }
Where #post-33 is the article id. (find it via inspect element, screenshot). Let us know.
Best regards!
You must be logged in to reply to this topic.