How to hide title on ‘highlights’ – Themify feature

I am not familiar with the theme, but assuming the title’s class is title put this into your css file: .title { display: none; }. If it is an id put this in there #title { display: none; }. And if it is an html element like h1 use this h1 { display: none; }.