Site URL: https://conormccreedyshop.squarespace.com/?password=showmethewebsite
Template: Clay 7.0
I am trying to hide the Intro of a Store page when I select a category.
I have isolated when a category is selected in CSS with the following:
a.ProductList-filter-list-item-link[aria-current="page"] {}
but now how do I tell
section.Intro
to be hidden when this happens? Can this be done with CSS?
It looks like SQS reloads the page when a category is selected..?
TIA