2025年1月5日日曜日

Blogger テーマ Soho でブログタイトルと説明をセンタリング(中央揃え)にする

Soho Light

DEMO > https://s-o-h-o.blogspot.com/

ブログタイトル変更前

.widget.Header h1{
font:$(header.title.font.small);
margin:0;
text-transform:uppercase
}

変更後

.widget.Header h1{
font:$(header.title.font.small);
margin:0;
text-transform:uppercase;
text-align:center
}

Bloggerの新テーマは、セミコロン(;)が抜かれているので、既にあるCSSに追加する場合は注意

説明 変更前

.widget.Header p{
color:$(header.text.color);
font:$(header.text.font);
line-height:1.7
}

変更後

.widget.Header p{
color:$(header.text.color);
font:$(header.text.font);
line-height:1.7;
text-align:center
}

F(uriouz)

欲しいものリスト
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

0 comments:

コメントを投稿

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."