Remove Newspaper Tab on Dashboard

Posted in: Newspaper
Post count: 1

Hi,

I want to remove Newspaper tab on dashboard because our site has a lot of users. How can i do?

Thanks.

Post count: 23312

Hello jarmusch,

If you want to remove this Tab, you will have to use a bit of CSS code and place it in wp-admin.css core file, like this -> http://screencast.com/t/ycozdWAWI

The code is ->

.wp-has-submenu:nth-child(2){
display:none;
}

Thanks.

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