Slider Indicator, active color

andrealing
28 Posts
andrealing posted this 13 September 2020
Ask a Question

Hi,

How to indicate a different color on the active slide?

Slider moves ok, but indicator does not show which one it's on.

Thanks.

Hi, How to indicate a different color on the active slide? Slider moves ok, but indicator does not show which one it's on. Thanks.
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
andrealing
28 Posts
andrealing posted this 14 September 2020

For anyone who wants to customize the color when the slider changes, I found it!

In nicepage.css, find :

.u-carousel-indicators li.u-active {
opacity: 1;
background-color:crimson !important;
}

just add in the background-color line to show a desired color.

Have fun!

For anyone who wants to customize the color when the slider changes, I found it! In nicepage.css, find : .u-carousel-indicators li.u-active { opacity: 1; background-color:crimson !important; } just add in the background-color line to show a desired color. Have fun!
You must log in or register to leave comments