Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #772654

    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.

    #772663

    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.

    #772799

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Target specific title in Masonry grid (css)’ is closed to new replies.