Articles Scroller - Question | JoomShaper

Articles Scroller

V

vlad

SP Page Builder 3 years ago

Hi! how to disable the date and category name in articles scroller.

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3587

Hi there!

There are three different modes of the articles scroller addon.

https://prnt.sc/xid69q

The News ticker mode has the option to hide the published date. https://prnt.sc/xid69q

If you want to hide them for the News Carousel mode then you need custom CSS for that. Please give me your site url with indication to where you have used this addon in case of!

Best Regards

0
V
vlad
Accepted Answer
3 years ago #3590

Hi! My site is located on the local XAMPP machine. Write me the CSS code, and where to add it, I will change it myself. Thanks!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3591

Hi,

Your site URL would be better! However, here you go with the sample code that you need to put into your custom CSS:

.sppb-articles-carousel-meta-category, .sppb-articles-carousel-meta-date {
    display: none;
}

Note: 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.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
V
vlad
Accepted Answer
3 years ago #3605

Thank you!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #3630

You are always welcome:)

0