Disable News in Cpanel for a few Accounts

solano101

Member
Mar 16, 2006
5
0
151
Some customers on our server do not want our cpanel news to be shown, we configured the news in WHM "Modify cPanel/WHM News,cPanel News (displayed in all of your customers cPanels) " , is there a way we can disable cpanel news for those accounts on our server?
 

cPanelDavidG

Technical Product Specialist
Nov 29, 2006
11,212
13
313
Houston, TX
cPanel Access Level
Root Administrator
Some customers on our server do not want our cpanel news to be shown, we configured the news in WHM "Modify cPanel/WHM News,cPanel News (displayed in all of your customers cPanels) " , is there a way we can disable cpanel news for those accounts on our server?
If you want it shown for some users but not others, you can insert the following CSS into a Branding style's stylesheet and assign the style to those that don't want the news.

HTML:
#notices{display:none;}