Reply To: Change background color of Slider Widget

Homepage Community Forums Epik Theme Support Change background color of Slider Widget Reply To: Change background color of Slider Widget

#12357
Eric
Customer

    That is actually the background color of the entire site. Since there is no background color for the slider you can add it in your css. Look for .slider on line 1213 and add it like this –

    .slider {
        clear: both;
        background: #fff;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com