Home › Forums › Trusted › Switch off the main picture in shop › Reply To: Switch off the main picture in shop
September 9, 2018 at 10:24 am
#5666
Andy
Keymaster
Add this CSS to either Customize > Additional CSS or to a child theme stylesheet:
.home .main-header {
background-color: transparent;
background-image: none;
min-height: auto !important;
}
.home .header-title {
display: none;
}
In case you are interested, Trusted Pro has additional options to change/remove the background image and the title (e.g. you can have a different display title than the actual page title, or remove it altogether) on a per-page basis.