Scroll Bar Problem On The Slider - Event Planner Template - Question | JoomShaper

Scroll Bar Problem On The Slider - Event Planner Template

G

Gnostica

Template 1 month ago

On the Event planner template home page there is an inactive scroll bar under the slider, please help me how can I hide it. (there is on your preview site, too)

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #151358

Hi

Thanks for contacting us. Could you please give me a screenshot of it?

-Regards.

0
G
Gnostica
Accepted Answer
1 month ago #151373

Hi, here is the screenshot

https://ibb.co/s3hwrLw

(but you can see this live on your template preview page and my test site too)

Thanks,

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

Use this CSS in your custom.css file

.event-home-slider .sp-slider-custom-dot-indecators .sp-text-thumbnail-list .sp-dot-indicator-wrap{
  display:none !important;
}
0
G
Gnostica
Accepted Answer
1 month ago #152038

Thanks for your help, finally I can solve this issue with this code:

.event-home-slider .sp-slider-custom-dot-indecators { overflow-x: hidden!important; }

Regards,

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

Glad to know that. You can now close this post by accepting the answer.

0