Change Color of Slider to White?

Discussion in 'Figero WordPress Theme' started by culturesmartz, Jun 20, 2013.

  1. culturesmartz

    culturesmartz New Member

    Joined:
    Jun 13, 2013
    Messages:
    3
    Likes Received:
    0
    Is it possible to change the color of the slider to a white background?

    Thanks!

    www.culturesmartz.org
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .second-header {
    background: none;
    background-color: white;
    }
    .slide .entry h2 {
    color: black;
    }
    .slide .entry p {
    color: black;
    }
    You can put your color or color code inplace of "white" and "black".
    This will solve your issue.
     

Share This Page