Removing hover metadata on Portfolio index pages

Hi there. Im making a website to showcase my projects to clients. Im adding each project as a portfolio item and then making the automated archive page the site to visit. Works a treat. I know that to control the look of this page I play with the blog archive settings. But is there a way that when they hover on them the meta data at the top (says image/video/gallery etc) and bottom (gives date) of the project title can be removed. If you had a cheeky bit of CSS to hand…

Thanks :grinning:

Hi Paul,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-portfolio .entry-cover-content span {
    display: none;
}

Thanks!

Thank you. I have got it to work fairly quickly. If anyone else reads this - don’t make my rookie mistake. First I went into the customizer and changed the CSS but it had no effect. But when I selected the template page that I am using for my portfolio pages, edited it in cornerstone and added the CSS there it worked no problem. :joy:

You’re welcome!
We really appreciate for letting us know that it has worked for you.

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