Hide Date In Articles Scroller - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Hide Date In Articles Scroller

L

lucam

SP Page Builder 2 weeks ago

Is it possible to hide the article creation date in Articles Scroller?

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #205977

Hello,

Please use the following CSS in the location marked in the screenshot:

#addonId span.sppb-articles-carousel-meta-date {
    display: none;
}

This will hide the date displayed in the articles carousel.

Best regards,

0