Slider Description

Discussion in 'BlackBird WordPress Theme' started by afreeth, Jan 31, 2013.

  1. afreeth

    afreeth New Member

    Joined:
    Dec 22, 2012
    Messages:
    9
    Likes Received:
    0
    Hi,
    is it possible to make the text on the slider description to scroll as there is a lot of text to squeeze in on the Slider Description.
    The Slider Header is just fine.

    Thank you
    Andrew
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flex-caption p{
    height:150px;
    width:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    }
    This will solve your issue.
     
    robertburney likes this.
  3. afreeth

    afreeth New Member

    Joined:
    Dec 22, 2012
    Messages:
    9
    Likes Received:
    0
    This is relay brilliant, it works well. Thank you.

    However, what I was really after if it is possible, is to have the text in the Slider Description box automatically scroll slowly by it self. Sorry, I realise I didnt make my self clear.
    Thank you for the solution so far, however if there is a fix to make it auto scroll then that would be amazing.

    kindest
    Andrew
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a developer for this.
     

Share This Page