Home Forums Multiple Business Disable title from header image Reply To: Disable title from header image

#4448
keonthemes
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.