Home Forums Azuma Remove/hiding page title from displaying at bottom of main header image Reply To: Remove/hiding page title from displaying at bottom of main header image

#10374
Andy
Keymaster

You have a few different options

  1. Select the alternative page title layout with no large header image, Customize > Layout Options > Page Title Layout
  2.  

  3. If you just want to remove the large header and page title on a specific page, go to the page editor and select the Blank Canvas page template
  4.  

  5. To hide the page title site-wide, but keep the large header image, add this code at Customize > Additional CSS
    .entry-header.full .title-meta-wrapper,
    .archive-header.full .title-meta-wrapper {
        display: none;
    }