I use the “Enfold Latest Portfolio” widget to show my portfolio items on a sidebar. The portfolio items appears on the sidebar with the date and time entry under the “Title”. How can I disappear this date and time entry from the portfolio items on the side bar?
Thank you in advance from your support.
Hey ymcrodos!
Add this to your custom CSS.
.newsbox .news-time {
display: none !important;
}
Best regards,
Elliott
thank you so much….
Also…. I would like to avoid the date and time shown when using the “Post Slider” Element.
Please give me the custom CSS also for this and
THANK YOU FOR GEAT SUPPORT THEME
Hi!
Please add following code to Quick CSS as well
.slide-meta { display: none !important; }
Best regards,
Yigit
thank you.