Tagged: enfold, first entry, masonry
Hello,
How do I hide the first item/entry in a masonry portfolio?
I tried this, but that doesn’t work:
#av-masonry-2 .av-masonry-container a:nth-child(0) {
visibility: hidden !important;
display: none !important;
opacity: 0 !important;
}
and
#av-masonry-2 .av-masonry-container a:first-child {
visibility: hidden !important;
display: none !important;
opacity: 0 !important;
}
But doesn’t work.
Nothing I have tried seems to work. Maybe I’m not using the right ID’s or Classes, but I can’t see where else it should be put…
Hey!
Can you please post the link to your website and point out the element you would like to hide?
Cheers!
Yigit