As per my understanding, you need to remove that WordPress logo and dropdown under it from your WordPress backend.
For that, you can add this code in your theme’s functions.php
function load_custom_wp_admin_style(){
wp_register_style( 'custom_wp_admin_css', get_bloginfo('stylesheet_directory') . '/admin-style.css', false, '1.0.1' );
wp_enqueue_style( 'custom_wp_admin_css' );
}
add_action('admin_enqueue_scripts', 'load_custom_wp_admin_style');
Also create a CSS file on the root of your active theme folder, i.e. admin-style.css
And the content of this CSS file will be:
#wp-admin-bar-wp-logo {
display:none;
}
Related Posts:
- Multiple Inputs in a Customizer Control
- Embedding a SOAP Client into a WordPress Plugin?
- Remove WordPress theme from a specific page
- Backup the Database and Restore from the Backup?
- Scaling a WP eCommerce site
- How to keep a WordPress site synchronized between two servers?
- Limit Media Library to Given Folder
- How can I get posts in a subcategory to display on it’s parent categories archive page?
- difference between esc_attr(), strip_slashes(), strip_tags()?
- customize_register with Multiple controls/settings – how to get values?
- How to build custom WP admin with custom URLs
- Custom editor field displaying HTML in Visual editor
- Integrating the WordPress admin panel with a frontend theme
- Looking to display non-image files in Gallery with logo specific to file type
- simple wp_insert_post example
- Redirect members to custom page upon logging in through WP admin
- Is it ok to not a have child theme and just create a theme from scratch?
- How to Remove Subscribers from the Post Author Drop Down
- How to import custom data via XML, CSV, etc
- Widget Javascript code (ajax)
- Why would switch_to_blog stop working?
- How to add classes in the wp_list_category parent link
- $wp_customize->remove_section for customizer setting?
- Modify a theme to insert custom widgets?
- Fatal error: Call to a member function add_rewrite_tag() on a non-object in /wp-includes/taxonomy.php on line 333
- Search a post using the date it was posted
- How can I defer these JS files?
- Change login error messages? Cookie error message
- Name/Word Replacement Plugin
- Allow non-admins to access the Customize theme page
- Query post for ‘selected category’ in archive.php
- Multiple Images/ Slider with custom post [single.php] [closed]
- How do I change the markup only of a built-in widget?
- Is it possible to make widget return only data (eg, array)?
- Viewing checkout page removes fees from mini cart
- help to change some colors (woocomerce and store locator) [closed]
- Add Custom API Call to WP-Login.php
- How do i remove animated icon [closed]
- Multi-site User Sessions
- Looking replicate static HTML Menu into WordPress Dynamic Menu [closed]
- website with pretty permalinks except pagination
- How to create a control for css opacity in the Customizer
- How to change the “All Categories” label within the panel of my custom post type?
- inserting uploads into subdomain
- Target pages using a specific page template
- Rename WooCommerce sorting dropdown options [closed]
- How to start editing my site with WordPress?
- add an option to the read page
- Can ‘edit_form_after_editor’ messages be varied for specific pages?
- Custom login and registration forms
- Save Textarea on WordPress Frontend
- How to custom post navigation
- Showing different pages depending on a cookie value
- How to customize a site hosted on wordpress.com locally [closed]
- how to add wp-user fields to front-end form
- Show custom field value as a link
- Customizing Comments
- Custom section (e.g. Demos or Downloads)
- How to remove a settings section from the Theme Customization API preview pane?
- More Fields: Input “Values (if applicable)” is disabled
- Replace TimThumb in existing WordPress Themes
- Moved wp-content and got problem with themes directory?
- How do I make Dynamic Student Admission Form?
- Removing “Failed” query argument upon successful login
- WordPress search on a custom table
- custom email validation using javascript api with elementor pro and code snippets
- How to get the full product name by ignoring custom modification on it
- WordPress Using Zip code customer shop find without woocommerce plugin
- How can I display both LTR and RTL language texts on the same page?
- New Page/Post Screen Opens an Existing Post
- Custom product status get filtered on all product list views
- how can custom permalink structure use for specify custom post type
- URL issue after setting up Custom Structure in Settings >> Permalinks
- Add button to My Sites dashboard page (multisite)?
- Cannot go to next page on phone but can on computer
- A specific menu inside a page, load different contents without reloading it, under the same link
- How to hide or remove a custom widget area when empty
- Dockerized WordPress is having Nginx Proxy Issues
- Create single{custom}.php with data in table out of wp_posts
- How do i edit text that is not in the customization menu
- Highlight specific user with custom field value
- How to define a static Home page
- let users add multiple divs in static page
- Best way to replace image url with source
- Where should I put this custom data?
- Multiple Taxonomies Using Custom SQL Query
- Changing starting number of User ID
- how to register / add multiple options into one field in wordpress?
- Logged in only custom page
- Make Terms Under Custom Taxonomy Use Specific Single.php Template
- How to duplicate “Pages” section in the control panel?
- WordPress Customize panel – accessing the values
- Problem Locating and Changing Alt Attribute Of Link
- Pull certain WordPress posts on custom CMS instead and 301 wordpress to it?
- Show Site Name on WP login screen
- Adding css and js to a blank page created with custom template
- Create users via PHP
- Show post content in two different places without redirect
- Applying my own css classes in wp_menus 3?
- Custom Post want button to add image and save in Postmeta