Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320569

    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.

    #320866

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.