Home › Forums › Agent Focused Theme › Grey filter on front page image › Reply To: Grey filter on front page image
March 29, 2019 at 11:50 am #9761
Keymaster
You can try adding this to your custom CSS under Appearance > Customize > Custom CSS.
Click Appearance > Customize and then the Custom CSS tab at the bottom.
Add
.front-page .site-header {
background-color: transparent;
}
.front-page-1 {
background-color: transparent;
}
Please let us know if there is anything else.