Can you adjust the coding on the Masonry Product Display to not how hidden products?
I want to keep an archive of my products (events) but don’t want to see them when I display on the masonry option.
Hey db3d!
Thank you for using Enfold.
Try adding a new category for the hidden products. Use “hiddenproducts” for example. Include the category on the masonry element then add this on Quick CSS or custom.css:
.hiddenproducts_sort {
visibility: hidden;
display: none;
}
Regards,
Ismael