Home › Forums › WoodMart support forum › Remove WoodMart from admin bar Remove WoodMart from admin bar This topic has 9 replies, 2 voices, and was last updated 2 years, 6 months ago by Elise Noromit. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts August 28, 2022 at 3:44 pm #400031 cesaicumparParticipant Hello! How can I remove WoodMart from the admin bar? https://postimg.cc/sBwg4ZtT August 28, 2022 at 10:08 pm #400064 Elise NoromitMember Hello, You can rebrand the theme in the Theme Settings > White label. Find our documentation tutorial about this here: https://xtemos.com/docs-topic/how-to-rebrand-the-theme-white-label/ If you have any questions please feel free to contact us. Best Regards August 28, 2022 at 10:23 pm #400069 cesaicumparParticipant Which option exactly removes „WoodMart” from admin bar? August 29, 2022 at 12:28 am #400091 Elise NoromitMember Hello, You need to rename the theme via the options provided. Theme name – the field to replace all instances of “WoodMart”; If you have any questions please feel free to contact us. Best Regards August 29, 2022 at 12:35 am #400095 cesaicumparParticipant I renamed the theme, but the Woodmart button is still in the admin bar. August 30, 2022 at 2:50 am #400295 Elise NoromitMember Hello, Please provide the screen of what you want to rename. Best Regards August 30, 2022 at 9:25 am #400335 cesaicumparParticipant The screenshot is already provided in this topic. I want to REMOVE, not RENAME!!! August 30, 2022 at 1:49 pm #400426 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: #wp-admin-bar-xts_dashboard { display: none; } Best Regards August 30, 2022 at 3:44 pm #400469 cesaicumparParticipant It does not work. I will leave the login details so you can look. August 31, 2022 at 1:18 pm #400642 Elise NoromitMember Hello, Please add this code to the functions.php of the child theme: add_action( 'init', function () { remove_action( 'admin_bar_menu', array( XTS\Page::get_instance(), 'admin_bar_links' ), 100 ); }); If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register