Still shows overlay on slider?

Discussion in 'Infoway WordPress Theme' started by newlightdp, Jun 18, 2013.

  1. newlightdp

    newlightdp New Member

    Joined:
    Feb 15, 2013
    Messages:
    10
    Likes Received:
    0
    I added this to my theme's styling options to remove the overlay:
    #featured ul.ui-tabs-nav {
    display: none;
    }

    Yet, it still shows for my site's visitors on Internet Explorer.
    I need this removed.
    See picture.

    Thanks!
     

    Attached Files:

  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;
    }
     
  3. newlightdp

    newlightdp New Member

    Joined:
    Feb 15, 2013
    Messages:
    10
    Likes Received:
    0
    I tried implemented the code you gave me but my site's users who are using Internet Explorer in Windows 8 are saying that it is still there?
    It doesn't show using any other browser except Internet Explorer.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    The code is given above is working same for all the browser, Please check your website again after clearing cache and also check your site at any other browser.
     

Share This Page