I do not want the slider header and description text and the shaded boxes to appear. I only want my image to appear. What is the custom CSS I need to enter to accomplish this? Thank you
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #featured ul.ui-tabs-nav { display: none; }