Get rid of white box?

Discussion in 'Figero WordPress Theme' started by jpepin, Jun 17, 2013.

Thread Status:
Not open for further replies.
  1. jpepin

    jpepin New Member

    Joined:
    Jun 16, 2013
    Messages:
    3
    Likes Received:
    0
    In the Homepage two cols section, for the "right column image", is there a way to get rid of the white box, so we can just use a transparent .png?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .testimonial_holder .testimonial_jcarousel img{
    border:none;
    }
     
  3. jpepin

    jpepin New Member

    Joined:
    Jun 16, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks for the quick reply.
    That got rid of the thin grey border, but the white box is still there.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .testimonial_holder .testimonial_jcarousel img {
    border: none;
    background: transparent;
    }
     
  5. jpepin

    jpepin New Member

    Joined:
    Jun 16, 2013
    Messages:
    3
    Likes Received:
    0
    Perfect, Thanks.
     
Thread Status:
Not open for further replies.

Share This Page