Hiding a portfolio date

Hello,

We have 6.3.8. X-theme version. I created a portfolio but need to remove/hide the date when the portfolio item was created. How do I do it? I am quite a beginner and have never done any changes in CSS so I appreciate a step-by-step help :slight_smile: Thank you!

BR,
Katerina

Hi Katerina,

To hide it, you can add the code below in Theme Options > CSS

.single-x-portfolio .p-meta>span:nth-child(2) {
     display:none;
}

Hope that helps

Hello Paul,

I am not sure were to find Theme Options.

BW,
Katerina

Hello Katerina,

Please check the screenshot below:

Hope this helps.

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