PowerCMSのブログの管理画面ヘッダー部分のウェブサイト名の表示
いやだ。
いやだいやだいやだ。
PowerCMS 5になってからブログの管理画面ヘッダー部分のウェブサイト名の表示がなくなったので、個人的にとてもとてもいやだ。
そこで、次のCSSをシステム設定の管理画面マルチデバイス設定に適用する。
<style>
body.blog #menu-bar .scope.website {
max-width: 30em;
}
body.blog #menu-bar .scope.website a {
background-image: none;
padding: inherit;
width: auto;
text-indent: inherit;
text-decoration: none;
}
body.blog #menu-bar .scope.website a:hover{
background-color: inherit;
text-decoration: underline;
}
</style>
これでとてもハッピーになった(^^)
(突貫で作ったので案件のカスタマイズに適用するにはもっと調整が必要と思う)
関連するタグ
関連するタグは現在ありません。