Remove Theme Support from Topbar

Posted in: Newspaper
Post count: 36

Hello,

I am using child theme. Could you please tell me how can I remove Theme Support from Topbar (adminbar)?

Post count: 23312

Hello

If you want to hide this button, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

#wp-admin-bar-our_support_item {
display:none;
}

Thanks.

Post count: 36

Can you please provide me PHP hook not CSS?

Post count: 23312

Hello

If you want to get rid this option, you have to comment out or delete this snippet of the code, like this -> http://screencast.com/t/rrf4HPmp

Thank you for the message!

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