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

    Hi

    I’d like to hide some post-meta info. Not all of it, but just the date. How can I do that ?

    #233009

    Hey totofunk!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .date-container, .text-sep-date { display: none; }

    Cheers!
    Yigit

    #233064

    dear yigit,

    how do we also hide the date of Portfolio item? thank you

    #233113

    ok thanks digit, it works on posts but it still appears on the articles block on my homepage…
    http://www.drawingnowparis.com

    #233188

    Hi!

    Please add this one:

    .slide-meta-time {
    display: none;
    }

    Cheers!
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.