How can I remove text from a collection banner?

I need to remove the text on my collection banner, this text is being displayed on every collection page banner, the text is the page title, i tried removing the page title as well but was not able to do that, please someone can help me out that would be really good.

Thanks in advance

@amoosajeesons ,

.collection-header-sections .page-header h1 {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme-styles.css.scss.liquid

I have pasted the code in every theme asset file but still the text is visible over the banner

@amoosajeesons ,