billybatz9
Active member
How do I remove the title from the HTML widget?
I tried
But it removes the titles from every widget. How do I just do it on one?
I tried
Code:
.block-minorHeader {
display: none;
}
But it removes the titles from every widget. How do I just do it on one?