XF 2.0 Remove Title on HTML Widget

billybatz9

Active member
How do I remove the title from the HTML widget?

I tried

Code:
.block-minorHeader {
    display: none;
}

But it removes the titles from every widget. How do I just do it on one?
 
Back
Top Bottom