Scroller Items - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Scroller Items

F

François GUENIOT

SP Page Builder 4 years ago

Hello, how to remove date and category title in Articles scroller addon

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #12971

Sorry, but we cannot teach CSS here.

To hide class always use basic syntax.

.SINGLE-CLASS-NAME {display: none;}

OR

.CLASS-NAME-1.CLASS-NAME-2 {display: none;}

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #12965

Hi,

I guess this time you have to use custom CSS to hide data and category name.

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

.sppb-articles-carousel-meta-category,
.sppb-articles-carousel-meta-category a 
{visibility: hidden;  display: none; }
0
F
François GUENIOT
Accepted Answer
4 years ago #12966

Everything is ok thank you for everything

0
F
François GUENIOT
Accepted Answer
4 years ago #12967

Another little problem How to disable the div class = "bx-pager bx-default-pager"

0
F
François GUENIOT
Accepted Answer
4 years ago #13000

Mreci pour tout

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #13013

Vous ĂȘtes les bienvenus. Bonne journĂ©e

0