Home › Forums › Trusted Pro › Header Image › Reply To: Header Image
October 24, 2017 at 9:58 am
#2408
Andy
Keymaster
To remove the header background image on the homepage add this to Additional CSS (or in your child theme’s style.css):
.home .main-header {
background-image: none;
}