Transparent text on slider won't go away

Discussion in 'Infoway WordPress Theme' started by rjouejati, Aug 17, 2013.

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

    rjouejati New Member

    Joined:
    Feb 9, 2013
    Messages:
    10
    Likes Received:
    0
    Hello and thanks for your time. The transparent part of the slider, found here, www.themightymoversllc.com remains here when I want it gone. I tried deleting all the text and it still is there. I tried doing the custom CSS with #featured ul.ui-tabs-nav {
    display: none;
    }

    and it is still there. what can i do to make it go away? This is happening after the update. Thanks so much.
     
  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;
    }
    This will solve your issue.
     
  3. rjouejati

    rjouejati New Member

    Joined:
    Feb 9, 2013
    Messages:
    10
    Likes Received:
    0
    thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page