Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #736001

    Hi!
    I display post slider which displays Potrfolio entries. How I can hide date on Potrfolio entries records?

    #736009

    Hey ssorokin,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    If that does not help, please post a link to your page

    Best regards,
    Yigit

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