Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #260185

    Hi, i’ve put a ‘post slider’ on a page. The posts in this slider shows the published date. How can i remove this?
    Thank you.

    #260250

    Hey rikv!

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

    .avia-content-slider .slide-meta { display: none; }

    Best regards,
    Yigit

    #260318

    Thank you, it works very good.
    But now i see a similar problem.
    I explain…
    I put my posts also i the rightside widgetbar.
    There are also the dates visible.
    How can i remove them there also?
    grtz

    #260321

    Hey!

    Please add following code to Quick CSS as well

    span.news-time {
    display: none;
    }

    Cheers!
    Yigit

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