Removing Blog Post Description on Frontpage

Discussion in 'Harrington- A WordPress Business Theme.' started by bwdaugherty, Mar 18, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the short post description from showing up on the frontpage. But still keeping the featured photo and the post title. Thanks, great theme!
     
  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:
    .feature_blog_content_inner p {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page