Description Boxes

Discussion in 'BlackBird WordPress Theme' started by nicholasellsay, Jun 9, 2013.

  1. nicholasellsay

    nicholasellsay New Member

    Joined:
    Feb 13, 2013
    Messages:
    6
    Likes Received:
    0
    Hey guys! How can I make my description boxes all the same size for each slide and only allow a certain amount of text. I want to have each one have a "...read more." link at the end and lead to my blog posts. Thanks for the support, you guys are great!
     
  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{
    height:150px;
    }
    Adjust its value as per your requirements.
     

Share This Page