Hello,
First of all thanks for the theme. I was wondering on the blog post pages, how to remove the bottom section that shows details of the post date, and links to other posts?
http://prntscr.com/1xg68s
Thanks.
@alphadeck In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on save all changes.
.entry-meta-bar { display: none; } .single #content ul.default-wp-page { display: none; }