Change background color of Slider Widget

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12287
    nickmustafa
    Customer

      Hi – i cannot find the code necessary to change the background color of the slider widget. I’d like the background color to be white – not light gray

      ythanks

      #12307
      Eric
      Customer

        Have a link?


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

        #12345
        nickmustafa
        Customer
          #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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.