How do I hide the wax melt part from my craft theme collection?

I need to hide the wax melt part from my collection how do I do this?

I tried to locate your website but it’s not published yet.

so here is what you can do. Bring mouse cursor on “wax melts” and right click → inspect

then from the screenshot below you can see css file name and the class of the element. Locate the file by going to theme,edit code, assets and css file name. In my case my css file name is global. scss. When you locate your css class in the css file, add display: none; to that class.

If you couldn’t do it. Please share your page url and I will tell you exactly where you can add this code.