カスタムアドミンcss2 管理者以外などに専用に読み込ませる


#menu-dashboard,#menu-pages,#menu-posts-shop_profiless,#oam_menu-dashboard{
	display: none;
}
#oam_menu-dashboard{
	display: none!important;
}
#profile-page h3,
#profile-page table:nth-of-type(1) tr:nth-child(1),
#profile-page table:nth-of-type(1) tr:nth-child(2),
#profile-page table:nth-of-type(1) tr:nth-child(3),
#profile-page table:nth-of-type(2) tr:nth-child(2),
#profile-page table:nth-of-type(2) tr:nth-child(3),
/*#profile-page table:nth-of-type(2) tr:nth-child(4),
#profile-page table:nth-of-type(2) tr:nth-child(5),*/
#profile-page table:nth-of-type(3) tr:nth-child(2),
#profile-page table:nth-of-type(4) tr:nth-child(1)
{
	display: none;
}

/*ノーマルダッシュボード
#menu-dashboard	ダッシュボード
#menu-posts	投稿
#menu-media	メディア
#menu-links	リンク
#menu-pages	固定ページ
#menu-comments	コメント
#menu-appearance	外観
#menu-plugins	プラグイン
#menu-users	ユーザー
#menu-tools	ツール
#menu-settings	設定
.wp-menu-separator	(区切り線)

ドロップダウンメニューの場合変わってくる
#oam_menu-dashboard

すべてにoam_がつくようだ


*/