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
April 28, 2020 at 4:15 pm
#10374
Andy
Keymaster
You have a few different options
- Select the alternative page title layout with no large header image, Customize > Layout Options > Page Title Layout
- 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
- 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; }