Portfolio date(hiding)

Hello, I checked from the search how to hide the date but When I past the code to css it didnt work.
Here is the image .

Thanks

Hello @egeislekel,

Thanks for the very detailed post. I have check the site associated with your licenses and it is under construction. Based on the screenshot, I can only guess the stack that you are using. You maybe using Renew. To hide the dates in the portfolio items, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

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

Hope this helps. Please let us know how it goes.

I tried but it didn’t work.

Hey @egeislekel,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation.

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you.

You can find the secure note now.
I want to hide the dates in Bambole and Giocattolli sections in the menu.

Thank you

Hello @egeislekel,

It turns out that you are using Post Grid. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
    display: none;
}

Please let us know if this works out for you.

it works ! Thank you for your fast support.

You are most welcome!

1 Like

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