0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Crowi-plusのユーザページに表示されるメールアドレスを消す

Last updated at Posted at 2017-07-24

最近Crowi-plusを導入しました。
都合によりユーザーページにメールアドレスを表示したくないときの方法。

スクリーンショット 2017-07-24 13.42.05.jpg

カスタムCSSでメールアドレスの要素を消す

対処法は簡単で,「管理画面」→「カスタマイズ」→「カスタムCSS」に以下のCSSを入力します。
CSSの要素を表示しないように上書きしただけです。これでユーザーページにメールアドレスが表示されなくなります。表示されないだけでソースには残ってます。

.user-page-email{
  display:none;
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?