Dear Support,
we are using posts with the category “products” for product sites.
On the startpage we are using Masonry with the category “products” so the user can jump to the products easy.
Now we would like to hide a single item / product in the masonry and use a color section instead for more prominent promotion.
Is there a way with css to hide a single element in the masonry, since they all have id’s?
Best regards,
Stefan
Hey fsparker16,
Yes, if you are familiar with writing css you can just get the specific item id and use something to the effect of:
#av-masonry-1-item-#{
display:none;
}
Best regards,
Jordan Shannon