F
F
freeman02042016-05-16 12:03:01
css
freeman0204, 2016-05-16 12:03:01

How to make the first and last slide in the slider lighter and leave the central one as it is?

How to make the first and last slide in the slider lighter (or even change it somehow) and leave the central one as it is? Here is an example of a slider lex-mor.wix.com/eventicabeta2 in the WORK HIGHLIGHTS block. But the fact is that there can be 20 slides. And only 3 are visible on the screen.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
magick, 2016-05-16
@freeman0204

for example like this:

.cycle-slide {
  opacity: .5
}

.cycle-slide-active {
  opacity: 1 !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question