White Label
Our theme allows you to hide branding information. All of the texts about the BeTheme will be replaced with text which will not be associated with our product.
GO TO FTP > wp-content > themes > betheme
To achieve that, edit the functions.php file and replace the:
define( 'WHITE_LABEL', false );
with
define( 'WHITE_LABEL', true );
Quick Tip!