Header Image

Hi all,

Is there any way I can remove the header image on all pages except for the static homepage?

Many thanks,
Steve

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*hide custom header except home page*/
body:not(.home) .custom-header{  
display: none;
}

Best Regards,
Support

Perfect! Thank you

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support