Articles Scroller - No Item Found! - Question | JoomShaper

Articles Scroller - No Item Found!

J

johnny

SP Page Builder 19 hours ago

I'm using the addon articles scroller > carousel.

This is working however when I have no items a yellow warning banner appears and displays 'No item found!'

Can this be hidden? It looks very strange and to visitors it implies there's something brokwn.

How can I hide this if I have no articles to show.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 15 hours ago #220766

Hello johnny,

Thank you for reaching out to our technical support forum.

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.addon-root-articles-scroller .alert{
    display: none;
}

Best regards

0