Need help removing collection title from collection product page. Boost Theme


I have tried so many code edits and most reference .css or .liquid files to edit but i mostly only have .json or .js. I would like to remove the “Extra Strength”. that is my collection title but i have not found any way to remove it.

https://myclearpassage.com/collections/extra-strength

Pass: clearpassage123

add this code to your style.css file.

Navigate to online store >> Click edit theme code.

Now find style.css and paste the following code:

.collection-header {
    display: none;
}
1 Like

Thank You! This worked