Disabling Image thumbnails on Testimonial sliders

Discussion in 'StartPoint Business One Page WordPress Theme' started by sigan29, Apr 23, 2014.

  1. sigan29

    sigan29 New Member

    Joined:
    Aug 1, 2013
    Messages:
    14
    Likes Received:
    0
    Hi,

    I want to remove the image thumbnails on the testimonial slider and move the caption box on the center. Will look forward to your quick response.

    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:
    .bx-wrapper img{
    display:none;
    }
    .bx-wrapper .bx-caption span{
    margin-left:70px;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page