Slider Headings and Text

Discussion in 'BlackBird WordPress Theme' started by davideld, Aug 7, 2013.

  1. davideld

    davideld New Member

    Joined:
    Jun 13, 2013
    Messages:
    21
    Likes Received:
    0
    Hi,

    Is it possible to delete all of the Slider Text Headings and just have Slider Text showing up in the Text box on the Sliders and is it possible to have the Slider text box to be clear or slightly opaque rather than black?

    Also is it possible to have the Slider text box appear after the Slider image changes and not at the same time as the new Slide appears?

    Also how do I change the font and the font size in the Top Right Contact Details (I'm using some Google fonts).

    Thanks for your help on all of this.
    davideld
     
  2. Piyush

    Piyush Support Staff

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

    1. For your first issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .flex-caption {
    min-height: 100px;
    opacity: 0.7;
    }
    .flex-caption h1 {
    display: none;
    }
    you can adjust the value as per your requirement.

    2. For the slider and slider caption slide issue,
    Unfortunately, it is not possible to do that with our theme unless you custom code something up. Sorry.
    3. For your Third issue,
    Paste the following code in your Custom CSS
    Code:
    .header-info p {
    font-family: symbol;
    font-size: 14px;
    }
    Inplace of "symbol" you can put your font type and you can adjust the value of font-size as per your requirement.
     

Share This Page