Removing date etc from portfolio page

Hi, I’ve gone through the support and found this question asked a lot. I’ve used every version of css given to various
people and none of them have worked for me. I’ve turned off the post meta and it’s still there.
Please can you help me. I want to have just the title and remove the date and the word ‘image’ that is
on every item.

Thank you

Hello Sarah,

Thanks for writing in!

Are you trying to remove this date?

If that is the case, then please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.entry-cover .entry-title.entry-title-portfolio+span{
    display: none;
}

We would love to know if this has worked for you. Thank you.

That’s great. Thank you.
Just one thing…is there a way to remove the word ‘image’ that sits above the title?

Thanks again!

Hello Sarah,

Thanks for updating the thread. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you!

You are most welcome. :slight_smile:

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