Slider Descriptions

Discussion in 'Infoway WordPress Theme' started by infolosophy, Jan 16, 2013.

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

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    How can I totally remove the slider descriptions? I can get the default words removed, but I want the entire gray area gone.

    Thanks...great theme, btw!
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #featured ul.ui-tabs-nav {
    display: none;
    }
    This will solve your problem.

    Thanks.
     
  3. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Thanks for the very quick reply! It worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page