WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Remove header-name from Lyrical template, by ephaemera Hi ackstiner, On line 3235 of your theme stylesheet is this block of code, which is creating the page header you want to remove: .site-header .page-title-container .page-title { color: white; margin-bottom: 0; text-align: center; font-family: “Raleway”, “Open Sans”, “Helvetica Neue”, “Helvetica”, Helvetica, Arial, sans-serif; font-weight: 400; text-transform: uppercase; } In the Additional CSS section of your theme customizer, try entering the following code: .site-header .page-title-container .page-title { display: none; } This will remove the page header. I recommend not doing this directly on your stylesheet, since theme updates will override your code. LMK if questions. Reply To: Remove header-name from Lyrical template