HI,
I’ve looked at several items in the forum that sound like they should work, but so far nothing has… I am using the Renew theme and need to remove the “image” and “date” from the portfolio hover. I have the meta data turned off for both the portfolio and blog posts. The data does not show on the item page. But on my portfolio landing the date is showing on half of my items while not on the other half… I would also like to remove the word “image”. Here are the pieces of code I have tried so far…
.single-x-portfolio .p-meta {
display: none;
}
.page-template-template-layout-portfolio .entry-cover-content span {
display: none !important;
}
.x-portfolio .entry-cover-content span {
display: none;
}
What CSS should i be using to remove this data?
