Remove Image under Two Column Right Heading

Discussion in 'Figero WordPress Theme' started by apexbos, Feb 19, 2014.

  1. apexbos

    apexbos New Member

    Joined:
    Jan 27, 2014
    Messages:
    9
    Likes Received:
    0
    How do I remove the image under the Right column heading in Figero?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .testimonial_holder .testimonial_jcarousel img {
    display: none;
    } 
    This will solve your issue.
     

Share This Page