• I wonder how I can remove the header image, title and subtitle from all pages except the “home” page.
    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You would need to create a child theme and overwrite the header.php file. In that file you’ll find a <header> tag that contains a <div class=”container”>. You would need to wrap that container div in an if ( is_home() ) statement.

    Thread Starter MarcusFuto

    (@marcusfuto)

    Thanx! I will have to wait with that i quess til my skills have improved ;p

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing header image and titles from specific pages’ is closed to new replies.