Make slider headline & description on homepage disappear when left empty

Discussion in 'BlackBird WordPress Theme' started by nlschoolsofia, Sep 30, 2013.

  1. nlschoolsofia

    nlschoolsofia New Member

    Joined:
    Sep 30, 2013
    Messages:
    4
    Likes Received:
    0
    Hi,

    I just installed the Blackbird theme and am setting up the site now. There's a number of things that I run into, which I'll post in a series of individual posts.

    The first one is:
    If a slide on the homepage does not have a Headline or Description, can we make the box that normally holds those disappear? (or at least have a size of 0px)

    Also, is there a way to get rid of the default text in the first slide? (other than overriding it by inserting a new one - in this case I would like to leave it empty and not have a text box appear on the first slide at all).

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    But you can remove the text from the caption box by putting the code given below in the "First Slider Heading" section and
    "First Slider Description" section in your dashboard.

    Code:
    <p></p>

    Or

    You can remove the caption box of slider from all the slider image by pasting the code given below, in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .flex-caption {
    display: none;
    }
     

Share This Page