ヘッダーのタイトル文字を消す方法 | ツインテールズ公式ブログ☆ピグライフ

ヘッダーのタイトル文字を消す方法

ヘッダーのタイトル文字を消す方法
文字サイズ・装飾の#header h1 a{、#header h2{の下に
display: none;を追加してね。

☆ツインテールズ公式ブログ☆




/* ---------- font : 文字サイズ・装飾---------- */
body{
color:#666666;
font-size:12px;
}
#ameblo,
#comment_module p.list,
.entry .theme,
.entry .foot,
.list{
font-size:10px;
}
#header h1,
#header h1 a{
display: none;
color:#FFFFFF;
font-size:25px;
font-weight:bold;
line-height:1.15;
}
#header h2{
color:#FFFFFF;
display: none;
font-size:11px;
font-weight:normal;
line-height:1.15;
}


ランキングに参加してます。1日1回応援クリック、押して頂けると
サゲサゲ↓ブログ更新の励みになります。是非よろしくお願いします。

にほんブログ村 ネットブログ アメーバピグへ
にほんブログ村

☆ツインテールズ公式ブログ☆