Home Forums Trusted Pro Header Image Reply To: Header Image

#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;
}