I’m using a Portfolio Slider to show my Clients ( http://roberthunecke.com/redesign/ ). I try to change the Background Color of it’s entries from #fcfcfc to any other color. Using Insepector Tools I found
to be responsible.
Using Quick CSS and
doesn’t change anything, but works great as long as I’m using Inspector Preview. Why is that and how can I change the Background Color instead?
Thanks,
Robert
PS: using images without alpha is not an option.
Hi,
Please try this:
.avia-content-slider.avia-content-slider-active.avia-content-slider2 {
background: red;
}
.avia-content-slider.avia-content-slider-active.avia-content-slider2 .slide-image {
background: red !important;
}
Regards,
Ismael
Works like a charm. Thanks a lot!
Regards,
Robert