How to remove slider heading and description

Discussion in 'StartPoint Business One Page WordPress Theme' started by kbarnold, Mar 4, 2014.

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

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    I want to test appearance without the slider heading and description. Is there some code for that?

    Thanks.
     
  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:
     .text-container{
    display:none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. kbarnold

    kbarnold Member

    Joined:
    Dec 27, 2013
    Messages:
    62
    Likes Received:
    4
    This worked fine. Thanks Gourav.
     
Thread Status:
Not open for further replies.

Share This Page