How can I Turn Off Dates On Portfolio Items ?
Hey @rotation,
If you want to get rid of the date from the portfolio meta, please add this code in the Global CSS:
.p-meta>span:nth-child(2) {
display: none;
}
Here are some related links for further reading:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
That did not work, anything else we can do?
Hello @rotation,
To better assist you with your issue, please provide the url where we can find your portfolio items to make sure that we can give you a tailored custom css for your site.
Cheers.
ok I did in secure note above . thanks
Hello @rotation,
It turns out that you are referring to a section that is using the recent posts element. To remove the dates in that section, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-recent-posts .x-recent-posts-date {
display: none;
}
Hope this helps. Please let us know how it goes.
this worked perfect thanks
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.