Help with Blackbird and changing posts

Discussion in 'BlackBird WordPress Theme' started by treebee, May 11, 2014.

  1. treebee

    treebee New Member

    Joined:
    Aug 15, 2012
    Messages:
    16
    Likes Received:
    1
    I would like to adjust the theme to display only 3 blog posts on the home page instead of 5 and then make sure the three showing fill that space proportionately. Its important I figure this out because I have already customized everything else.

    Any help would be greatly appreciated.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2014-05-13_1143.png


    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .feature-post .feature-box {
    width: 300px;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page