Reply To: Using custom image for header

Home Forums Support Using custom image for header Reply To: Using custom image for header

Home Forums Support Using custom image for header Reply To: Using custom image for header

#74833
Tom
Lead Developer
Lead Developer

Hi Kris,

Why not add your header image on all pages through “Appearance > Customizer > Header Content”.

Then you can move your navigation above your header in the Customizer under the “Layout” tab.

To hide the category names, you can add this CSS:

.archive .page-header {
      display: none;
}

Let me know if you need more info 🙂