is it possible to completely remove the Slider Heading?

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, Apr 3, 2013.

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

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    is it possible to completely remove the Slider Heading? thx.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .slider-info h1 {
    display: none;
    }
    This will remove the slider heading.
     
  3. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    Thanks, it worked perfectly :)
     
Thread Status:
Not open for further replies.

Share This Page