Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do it in various way, e.g. not showing it simply with css. For example:

    .page-id-YOURPAGEID .tc-header {
    display: none;
    }

    But you can achieve that also via php in your child theme functions.php or in your custom page template (if you’re using one). Come back here, if you need.

    Thread Starter Andrea Reed

    (@canadadre)

    Ah yes. Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Header for Single Page’ is closed to new replies.