Hide Featured Collection Title on homepage - Prestige Theme

I want to hide the title of my featured collection on my homepage. Could you please help me out with this? I’m using Prestige and have tried other codes I’ve found but nothing seems to work.

Solved this. I just added:

h2 {
display: none;
}

To the Custom CSS for this section.