Removing wordpress default black strip at the top

Posted in: Newspaper
Post count: 5

Hi,

Please help me to Remove wordpress default black strip at the top.

Post count: 22421

Hello,

The WordPress black strip will only show for logged in users. You will have to use plugins to remove the default admin bar as our theme has no such settings.

Thank you!

Post count: 5

At present, for my website, it is coming for non-logged in users as well. That is not the case for other themes.

Post count: 623

Hello @Vijayk

You can add following code at the bottom of theme’s functions.php file

/* Disable WordPress Admin Bar for all users */
add_filter('show_admin_bar', '__return_false');

This will remove WordPress bar from your website.

Refer

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.