I recommend asking at https://wordpress.org/support/theme/university-zone#new-post so the theme’s developers and support community can help you with this.
Are you referring to removing the site title? I mean the one which you see beside the logo as ‘University Zone’. If yes, we can do it by adding the small piece of CSS code in theme customize section.
No, I want to remove a banner title “Better education for a better world“.
When I customize a banner section, I can change a photo, I can change a text too, but when I klick the Publish buttom, only photo is changed.
Okay, To remove the banner text title “Better education for a better world” follow the bellow steps.
1. Login to WP dashboard
2. Click on Appearance > customize
3. You should be able to see additional css section
4. Add the bellow code and give a try
.banner .banner-text .title {
visibility:hidden;
}
Hope it helps…