CSS to hide Slider Header and Description?

Discussion in 'Infoway WordPress Theme' started by timlayton, Mar 3, 2013.

  1. timlayton

    timlayton New Member

    Joined:
    Aug 12, 2012
    Messages:
    13
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #featured ul.ui-tabs-nav {
    display: none;
    }
     

Share This Page