Hi,
Please make a backup copy of and then open register-admin-metabox.php in the /includes/admin/ folder, and on line 63 change
array('Use this gallery as background'=>"", 'Use the default gallery as background'=>'default')),
to
array('Use the default gallery as background'=>'default', 'Use this gallery as background'=>"")),
The css code below removes the portfolio item title, please add it to Quick CSS located in the backend Flashlight > Theme Options > Styles on the bottom of the page
#top .template-portfolio-overview .ajaxContainer .post-title {
display: none;
}
the css code below removes the portfolio item description
#top .template-portfolio-overview .ajaxContainer .entry-content {
display: none;
}
Thanks,
Nick