hello, @isaiasmd I visited your site. It is very attractive. To answer your question, you can first go to header.php in your themes folder that is inside wp-content folder in your root directory. There you might see a div with class site-branding before that you can pass a php condition
<?php if (is_home() || is_front_page()) : ?> and close the if condition after the div finishes like <?php endif; ?>
That works!! Thank you @bplv
@isaiasmd Can you please share the screenshot of how you did it?
I want to remove header and header image from all posts. Can you please help @bplv
https://ww.wp.xz.cn/support/topic/remove-header-image-from-blog-posts/