Remove image in two cols section

Discussion in 'Figero WordPress Theme' started by infralli, Dec 1, 2012.

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

    infralli New Member

    Joined:
    May 4, 2012
    Messages:
    4
    Likes Received:
    1
    How can I remove the image in the two cols section? if I upload a 1px image, it still put a background around... I would like to avoid that.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
     .testimonial_holder .testimonial_jcarousel img {
    display: none;
    }
    
     
  3. infralli

    infralli New Member

    Joined:
    May 4, 2012
    Messages:
    4
    Likes Received:
    1
    Thank you :)
     
Thread Status:
Not open for further replies.

Share This Page