Hi southlakebaptist,
For #1, the framework needs a slight tweak to get the widget working. You'll need to open up the theme files on your server via FTP and navigate to framework>php>class-framework-widgets.php.
Search for:
function avia_portfoliobox()
{
$this->avia_term = 'portfolio_entries';
$this->avia_post_type = 'portfolio';
$this->avia_new_query = ''; //set a custom query here
Change where it says 'portfolio' to 'sermon' . Save the file back on your server in the same spot and then you can add the widget "Incarnation Latest Portfolio' widget wherever you want the sermons to show up as a widget.
2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home .dynamic_el_4 .flex_column_1 .dynamic-column-title {
display: none;
}
This will hide the column header for that single column, however i'm not sure of a way to easily duplicate the same header style without adding a completely new title class or adding so much new css to modify the title (but that would all need to be redone if the column content was re-ordered or moved in any way).
Regards,
Devin