« See all FAQs for Bookcase - Wordpress Portfolio Theme
How do I remove the author, skills and portfolio icons from the homepage?
Navigate to Appearance > Theme Options > Customize and enter the following into the custom css box:
.item .icons { display:none; }

