due tobranding and copyright protection.E-commerce sites often come with default WordPress and theme logos in the backend, for example many themes will be labeled "Theme by WoodMart" with a link to the help documentation to facilitate self-service learning.
This may feel unprofessional to clients or team members.WoodMart Themebuilt-inWhite Labelfunction, you can easily hide or replace these branding elements, so that your backend interface completely reflects your own branding style.
![Image [1]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716140431607-20250606172308233-249039312_106528458494417_1571148357026031279_n.webp)
Why should I use the White Label feature?
- Enhancing Brand Professionalism: Eliminate third-party theme/plugin logos to keep backend interface consistent with branding
- Streamline the customer experience: Avoid customers being distracted by irrelevant WoodMart or WordPress messages
- Clearer teamwork: Customize back-end menus and login pages to reduce confusion
How do I set up WoodMart's White Label feature?
1. Enable the White Label option
go into WordPress Backend → WoodMart → Theme Settings → White Label, turn on the function switch.
![Image [2]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716140734627-image.png)
2. Customize back-end branding elements
- Subject name: Change "WoodMart" to your brand name.
![Image [3]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716141238761-image.png)
- Theme Screenshot: Replace the default theme preview image
- Logo for login page: Upload a branded logo to override the default WordPress logo
![Image [4]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716141416581-image.png)
- Admin Menu Optimization: Hide unnecessary WoodMart options and simplify the backend
3. Modify WordPress footer copyright information
default (setting)footersIt may show "Powered by WordPress" or a theme message, which can be found in the WordPress backend → Appearance → Customize → FooterReplace with customized content in the
- Find the Footer area
![Image [5]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716144105378-image.png)
- See if the text or HTML module controls copyrighted content and replace it with your own text.
![Image [6]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716143913110-image.png)
4. Remove WoodMart Welcome Panel
New users may see the WoodMart welcome prompt when logging in, in the White Label → Settings Turn off the relevant options in the
![Image [7]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716143331606-image.png)
Advanced Tips: CSS fine-tuning for branded interfaces
If the default options are not enough, you can add custom CSS to optimize it further:
/* Change backend primary color to match brand color */
#adminmenu .wp-has-current-submenu a.wp-has-current-submenu {
background: # your branding color;
}
/* hide WordPress logo */
#wp-admin-bar-wp-logo {
display: none; }
}
(Code added to WoodMart → CSS/JS → Custom CSS)
![Image [8]-WoodMart White Label Feature Tutorial: Custom Branded WordPress Backend](http://gqxi.cn/wp-content/uploads/2025/07/20250716143514179-image.png)
caveat
- White Label settings may be reset when updating the theme, it is recommended to back up your configuration!
- Hiding core functionality too much may affect subsequent technical support, keep necessary options visible
summarize
WoodMartThe White Label feature allowsE-commerce websiteThe backend also presents the full brand image, with the ability to personalize everything from the login page to the admin menu. In just a few minutes of setup, teams or clients can be presented with a more professional interface that reinforces brand uniformity.
This feature is especially useful if your business requires website hosting services for your clients - it makes the product you deliver look like a completely customized solution for your clients.
Link to this article:http://gqxi.cn/en/67661The article is copyrighted and must be reproduced with attribution.
No comments