Okay
  Public Ticket #255559
Remove date from Portfolio Meta Hover
Closed

Comments

  •  4
    Tess started the conversation

    I have a very basic question, that I cannot seem to find the code for. All I need to do is to remove the date on the Meta Hover of Portfolio thumbnails. I cannot find the right file in the child theme to modify. I thought it was template-portfolio.php in the salient folder, but that did not remove the text. Can anyone help answer this for me? Thank you.

  •  4
    Tess replied

    I figured it out. I just added:

    .portfolio-items .col .work-info .vert-center p{

    visibility: hidden !important;

    }

    to the custom CSS and that solved it.