• I was using this code:
    .page_head {display: none;}

    To get rid of the headers for the pages. However is there a way to remove the header titles for pages ONLY but keep them for the blog categories?

    Please let me know. Thank you!

Viewing 1 replies (of 1 total)
  • Duplicate this file in your child theme

    optimizer/framework/core-pageheader.php

    Open it and search for this code (in line 13):
    <?php if (is_single() || is_page()) {?>
    Replace it with:
    <?php if (is_single()) {?>

Viewing 1 replies (of 1 total)
  • The topic ‘Page title headers remove them Only?’ is closed to new replies.