Portfolio hover

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?

Hi @isdg01,

Thank you for writing in, the second block of custom CSS you show above should do the trick, it’s just there is a syntax error somewhere on your Theme Options > CSS, please check all your custom CSS here and address the error.

Cheers!

Found the culprit! Hover code is working properly now. Thanks for sharing the LINT link. I’ll have to remember that one!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.