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.
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.
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.