Trying to remove header of Collections page but have neither theme.css.liquid nor theme.scss.liquid

Hi I’m using the flex theme and I want to remove the collections header from all collections. However, from what I have read from other discussions I need a theme.scss.liquid or a theme.css.liquid. Except, I have neither of these in my asset folder. Is there another way to remove the collection headers?

Can you please share the URL of your store?

Also, share the screenshot of the section which you want to hide so I get a better idea.

Hi, the url of my store is https://www.luxoptions.com but I’m working on an unpublished theme right now.

Hi @luxoptions ,

Please add the below lines of code at the end of your styles.css file. You can find this file in your assets folder of theme.

.heading-wrapper--collection{
display:none !important;
}