Hello guys, thank you for pushing and developing Lay Theme, it's a pleasure to work with!
I am currently working on a website with quite a big collection of different projects. I use various tumbnail grids to show certain categories.
here is my question:
I would like to exclude specific projects in the thumbnail grid, but leave them in the accompanied project index list.
Would it be possible to create a class or css exclusion of specific projects? I've seen that it is possible in the projectindex and was wondering what the code might look like if i want to replicate it in the thumbnail grid. So something like this?:
.thumbnailgrid-wrap-thumb[data-id=„idoftheproject“]
{
display: none;
}
thanks in advance!