Remove Image Border

Discussion in 'Figero WordPress Theme' started by rodneyjorgensen, Jan 20, 2013.

  1. rodneyjorgensen

    rodneyjorgensen New Member

    Joined:
    Jan 19, 2013
    Messages:
    1
    Likes Received:
    0
    I want to remove the image border from the testimonial area.

    Thanks
    Rod
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .testimonial_holder .testimonial_jcarousel img {
    border: none;
    }
    This will solve your problem.

    Thanks.
     

Share This Page