Can row of Icons under Post Titles be disabled?

Discussion in 'Squirrel WordPress Theme' started by bscharwath, Apr 11, 2013.

  1. bscharwath

    bscharwath New Member

    Joined:
    Apr 10, 2013
    Messages:
    1
    Likes Received:
    0
    Love this theme but I don't like the row of icons that appear under the Post Titles.
    posted by, date, category, and blog comments.

    Is there anyway to move that to the bottom of the post or just turn it off?
     
  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:
    .page-content .content-bar .post .post_meta {
    display: none;
    }
     
  3. boldplanning

    boldplanning New Member

    Joined:
    Apr 2, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Nashville, TN
    That's good to know - would have been nice to have many of these questions in the documentation.

    How about turning off certain aspects of that line? Like turning off "Posted by", or date, or comments?
     

Share This Page