Thanks for trying out the theme, we appreciate it. You can hide the credits by using this custom CSS in the Advanced > Custom CSS box:
span.credit {
display: none;
}
Or if you’d like to keep the credits (we would appreciate it!), please change this line in customize/theme-defaults.php (#117) from
$vega_wp_defaults['vega_wp_footer_credit_message'] = __('Vega WordPress Theme by <a href="https://www.lyrathemes.com">LyraThemes</a>', 'vega');
to
$vega_wp_defaults['vega_wp_footer_credit_message'] = __('Vega WordPress Theme by <a target="_blank" href="https://www.lyrathemes.com">LyraThemes</a>', 'vega');
We’ll include this edit in our next update as well.