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!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .showcase-thumbnail-container { display: none; }
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.
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.