Home › Forums › Multiple Business › Disable title from header image › Reply To: Disable title from header image
October 9, 2019 at 4:54 pm
#4448
Keymaster
Hello,
Yes, the following CSS code will work for you. Please copy the below code and paste it going through Appearance > Customize > Additional CSS.
.wrap-inner-banner .page-header .page-title {
display: none;
}
Thanks.