How To Change The Appearance Of The Shortcut To Change The Settings (colour) Of The Slide? - Question | JoomShaper

How To Change The Appearance Of The Shortcut To Change The Settings (colour) Of The Slide?

H

HDcms

SP Page Builder 3 years ago

Hello How to change the appearance of the shortcut to change the settings (in particular the colour) of the slide? https://pic.infini.fr/mcdcrglX/iI9mbMeI.png

Regards

0
9 Answers
Pavel
Pavel
Accepted Answer
3 years ago #14415

Hi. The code depends on the number of thumbnails. Example for three thumbnails.

.sp-slider-custom-dot-indecators ul li:first-child {
    background: red;
}
.sp-slider-custom-dot-indecators ul li:nth-child(2) {
    background: green;
}
.sp-slider-custom-dot-indecators ul li:last-child {
    background: yellow;
}
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #13894

Hi there!

Thanks for contacting us.

Would you please give me your site URL? Which template you are using and where you have this what you want to change color?

Best Regards

0
H
HDcms
Accepted Answer
3 years ago #13895

Hi again What I'm asking is how to modify these elements (notably colour background), see screen 1st post? Wimble / slideshow https://demo2.joomshaper.com/2020/wimble/index.php/home/consultancy test: joomtmp.88h.ovh

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

Hi,

Here it is:

https://prnt.sc/11b03mw

Regards

0
H
HDcms
Accepted Answer
3 years ago #13948

Hi OK but it changes all the funds at the same time. I was trying to differentiate them How to get 1 => blue 2=> yellow 3=> green Regards

0
H
HDcms
Accepted Answer
3 years ago #14211

Hi again +1 thanks

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

Hi there!

Sorry to say there is no built in option to change the background color separately.

Best Regards

0
H
HDcms
Accepted Answer
3 years ago #14366

HI Ah disappointed! still something to do, can we dissociate the elements by an id ? Do you have a piece of css?

0
H
HDcms
Accepted Answer
3 years ago #14441

Ok thanks :-)

0