Slider Description Box

Discussion in 'BlackBird WordPress Theme' started by mal2091, May 14, 2013.

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

    mal2091 New Member

    Joined:
    May 2, 2013
    Messages:
    20
    Likes Received:
    0
    I hope I haven't overlooked seeing the answer to this somewhere else here in the forum. I have recently added slider images and have no need for the slider headings or descriptions. The initial slider still displays the them text and box and I want to know how to remove this for all four of the sliders since its not necessary for what I'm doing.

    Thanks for your answer/help.

    If you want to take a look at the site (in development and see what I mean, here is the link http://0375c4b.netsolhost.com/wordpress1/

    Mike
     
  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:
    .flex-caption {
    display: none;
    }
    This will solve your issue.
     
  3. mal2091

    mal2091 New Member

    Joined:
    May 2, 2013
    Messages:
    20
    Likes Received:
    0
    Thank you so much for your help Gourav. It was greatly appreciated.

    Mike
     
Thread Status:
Not open for further replies.

Share This Page