Hi there,
I am building out the Online 2.0 Palo Alto theme and would like to hide the collection titles and only show collection descriptions on all collection pages. Any help is appreciated!
Hi there,
I am building out the Online 2.0 Palo Alto theme and would like to hide the collection titles and only show collection descriptions on all collection pages. Any help is appreciated!
Please add the following CSS
.collection__title {display: none !important;}
Thanks!
code to your assets/theme.css bottom of the file.