Removing the white background in the slider box

Discussion in 'Local Business WordPress Theme' started by michel01, Nov 14, 2013.

  1. michel01

    michel01 Member

    Joined:
    Nov 13, 2013
    Messages:
    35
    Likes Received:
    0
    How to I remove the white background in the slider box and place the image free standing?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signupright .signupimgbox {
    background: none;
    }
    .flexslider {
    background: none;
    }
    This will solve your issue.
     

Share This Page