Bg slider figero

Discussion in 'Figero WordPress Theme' started by sociald, Aug 6, 2014.

  1. sociald

    sociald Guest

    Joined:
    Mar 20, 2014
    Messages:
    18
    Likes Received:
    1
    How do I change the background of the slider?
    thanks
     
  2. admin

    admin Admin

    Joined:
    Oct 2, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    India
    Goto Appearance-> Theme Options -> Styling Options -> Color

    and choose your desired color scheme.

    Incase you need to put your custom background. You need to do this via custom css.
    Appearance-> Theme Options -> Styling Options -> Custom CSS

    Code:
    .second-header{
    background: #6e0606;
    }
     

Share This Page