• I would like to remove the header image on all of my post pages so that only the featured image appears. I have a static front page and don’t want that to change. I have searched the forums and cannot seem to find the info I need. My site is https://www.pouritonfitness.com. I’m not sure if I need to get into the CSS or PHP files themselves or if fit can be done through Appearance/Edit CSS in the dashboard. I’ve located the page-full.php and page.php as well as the header.php files through Filezilla but I’m not sure where to start. I have am using a child theme and have created a style.css file there. Any direction would be HUGELY appreciated as I’ve spent a couple of days looking through books (and online). Thank you for your time.

    Much Thanks, jqjr

Viewing 1 replies (of 1 total)
  • I would like to remove the header image on all of my post pages so that only the featured image appears.

    This should be doable by adding some CSS to your child theme, like this:

    .single .header-wrap {
         display: none;
    }

    It looks like you’re actually using the MH Magazine theme, but you’ve posted in the forum for the theme called Untitled:
    https://www.ads-software.com/themes/untitled

    If you need further help, I suggest you try posting in the MH Magazine forum, where the theme developer is quite active:

    https://www.ads-software.com/support/theme/mh-magazine-lite

    If you’re using the Untitled theme on a different site, just post the link here and I’ll be glad to have a look.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header From All Blog Post Pages’ is closed to new replies.