Hello, I have been trying to hide a specific title on page with a Masonry layout featuring ‘featured images’. On some, the title from the post I would like shown, but some the title is in the featured image and want that title hidden on the Masonry grid.
I used
h3.av-masonry-entry-title.entry-title {
display: none;
}
which hides the title, but it does it to all of them. How can I target an individual image in the masonry grid to hide just that title?
Thank You.
Got it!
In case anyone else needs to remove a specific title:
#av-masonry-1-item-### h3.av-masonry-entry-title.entry-title {
display: none;
}
### after item being the number of the post.
Hi,
Great! I am glad you were able to get this figured out. If you need further help, please don’t hesitate to contact us here on the forums.
Best regards,
Jordan Shannon