Remove Ads on Slider Description section

Discussion in 'Infoway WordPress Theme' started by bleauassociates, Dec 19, 2013.

  1. bleauassociates

    bleauassociates New Member

    Joined:
    Nov 27, 2013
    Messages:
    8
    Likes Received:
    1
    Good Day!

    I do not want a description in my slider area, neither do I want the Inkthemes ad. How do I remove this please?

    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:
    .showcase-thumbnail-container {
    display: none;
    }
     

Share This Page