• Resolved sbwhqtswp

    (@sbwhqtswp)


    Hello! Really like and would love to continue using this theme! Question is how do I remove/change the existing footer content. I love to give credits but don’t necessarily like that the credit takes my visitor away from my site instead of opening in a new browser. Do I need to upgrade to remove credit?

Viewing 1 replies (of 1 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘editing footer’ is closed to new replies.