Okay
  Public Ticket #590358
Remove title text on Portfolio grid item
Closed

Comments

  • Alfred started the conversation

    Hi!

    I\'m using a full width masonry portfolio with the zoom on hover effect, however, I only want the images to be visible, without any text over it. Can you please let me know the custom css that would let me do that?

    Thanks a lot in advance (love the theme by the way!)

    EDIT: Finally found a solution after searching for almost hours! If anyone else runs into the same issue:

    body .portfolio-items .col .work-info .vert-center {
        display: none;
    }