How to hide collection title in Symmetry theme?

Hi there,

I’m using the Symmetry Theme and I would like to hide the page titles, thank you.

Hi @AlexLou

I don’t know which theme style you’re using for Symmetry theme. I added the code below which you can add in styles.css at bottom

.pagetitle.h3-style {
	display: none !important;
}

Thank you!! It worked perfectly! :blush: