Removing Collection Title from Pages (Empire Theme)

Hello,

I’m trying to remove the title from my collection pages as I’m trying to add logos / details and it ends up feeling redundant. Is this possible?

Example: https://www.metrofusion.com/collections/ugg

Appreciate any help!

Add this css at then end of the css file theme.css

.template-collection .collection--title {
    display: none;
}

You can find this file under Assets

@Guleria Thank you so much, that worked like a charm!

THANKS IT WORKED!!