Date In Article Scroller - Question | JoomShaper

Date In Article Scroller

M

Martin

SP Page Builder 1 year ago

I'm using the AddOn "Article Scroller". Between article picture and intro text, it shows the article date (creation or publishing date). How can I "remove" it?

I checked all settings in the AddOn and display settings of the article (all OFF).

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #113655

Use this custom CSS

#sppb-addon-1680476438014 .sppb-articles-carousel-meta-date{
    display:none !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #113290

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
M
Martin
Accepted Answer
1 year ago #113400

See below

0
J
JP-Boiron
Accepted Answer
1 month ago #163105

Hello. I have the same problem, I didn't understand where I should import the CSS. Kind regards Paul

Site : https://assoagoralebourget.fr

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #163111

Hi

Use this CSS in your custom.css file

.sppb-articles-carousel-meta-date{
    display:none;
}
0
J
JP-Boiron
Accepted Answer
1 month ago #163223

Hi super Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #163249

You are always welcome.

0