Slider Background

(first let me thank you for this theme. It’s what i had dream for years!)

I’m trying to change the slider’s background color (from #fff to #000) but i can’t find. Can you please tell me how to do it?

Thanks and keep the great work!

Thank you for your feedback! I really appreciate it!
Something like this should do the trick. Add this to Theme Options - Other - Custom CSS

.flexslider {
background: #000 !important;
}

As usual… perfect! heheh Working great.
Thank you so much once again!