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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10368
    crooser
    Participant

    Is it possible to remove/hide the page title from displaying over the bottom of the main header image?

    It currently displays in an extra large white font.

    I tried removing the title from the block which removes the title, but this breaks the page menu label calling it #29 (no title)

     

    Hope this makes sense 🙂

    #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;
      }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove/hiding page title from displaying at bottom of main header image’ is closed to new replies.