How to remove "Image" & date from hover overlays? Clickable area?

Hi,

Having a couple of issues relating to my portfolio page:

  • All of my portfolio item hover overlays have the word “IMAGE” and also the date displayed underneath:

Can I remove all of these somehow in the dashboard?

  • Can I make the entire portfolio image area clickable instead of only the title of the portfolio item, like it is currently?

Hi Alex,

Thank you for writing in, 1) to remove the word “IMAGE” and date, please add this to Theme Options > CSS

.page-template-template-layout-portfolio .entry-cover-content span {
	display: none;
}

Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

Thank you for understanding,

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