White Label
Our theme allows you to hide branding information. All of the texts about the Codibu 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 and edit the functions.php file. Then, no information from the theme files will be lost when you update the theme.