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!
Keep your changes
It is best to create a child theme first, and then edit the functions.php file. When you update the theme, no information from the theme files will be lost.
For those who expect more complex solution, we recommend to try Be Custom Branding tool that let you rebrand Be & WordPress Admin and will take your business to the next level.