Remove "Welcome to Logistica Theme" on Dashboard Posted in : Logistica creativechaosParticipant 7 February 2024 at 07:31 #87455 How can I remove the huge “Welcome to Logistica Theme” messaging that appears on the WordPress dashboard? It looks like I might need to override a function from the parent theme – I’d prefer to do it in the child theme if this is possible? Thanks. Mehmet S.Keymaster 7 February 2024 at 14:06 #87460 Hi, you can use the following code to remove it. add_action( 'admin_init', function() { remove_action('admin_notices', 'logistica__admin_notices', 1); } ); See: https://i.ibb.co/TbGCkPW/theme-file-editor.png Thanks creativechaosParticipant 8 February 2024 at 23:07 #87484 Hi Mehmet, Thanks for the follow up… that code worked. Appreciate the help. Thanks. serkanModerator 10 February 2024 at 15:20 #87509 You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates. https://themeforest.net/downloads Thank you for your support. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Logistica - Transportation & Logistics WordPress Themeby pixelwars Login and Registration Log in · Register