Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #358335

    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.

    #358602

    Hey ymcrodos!

    Add this to your custom CSS.

    .newsbox .news-time {
        display: none !important;
    }

    Best regards,
    Elliott

    #358608

    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

    #358743

    Hi!

    Please add following code to Quick CSS as well

    .slide-meta { display: none !important; }

    Best regards,
    Yigit

    #358900

    thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio date entries subtitle’ is closed to new replies.