「TCD AWARD 2023」受賞サイトを発表しました。

ワードプレステーマ別

TCDテーマLUXE:フォントサイズを変更する方法

Q.各箇所のフォントサイズを変更したい

A.下記のphpファイルの該当箇所を編集してください

下記に示す各箇所の「font-size」をご変更下さい。

編集するファイル:style_pc.css
編集する箇所:

【グローバルメニューを変更する場合】

#global_menu li a {
 font-size:12px;
 text-align:center;
 text-decoration:none;
 display:block;
 height:63px;
 line-height:63px;
 background-image: none;
}

【サブメニューを変更する場合】

#global_menu ul ul li a {
	display: block;
	font-size:12px;
	position:relative;
	/*height:35px;
	padding: 0 15px;
	line-height:35px;*/
	height: auto;
	padding: 10px 15px 8px;
	line-height: 180%;
	margin:0;
	text-align:left;
	background-image: none;
	background:#000;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

【Concept・Hospitality・Restaurant部分】

.index-menu-title {
	margin: 0 0 5px;
	font-size: 20px;
}

【News Information部分】

#index-news-headline {
	font-size: 20px;
	float: left;
	margin: 0;
	min-height: 32px;
}

【フッター見出し】

.footer_headline {
	font-size:12px;
	font-weight: bold;
	color: #fff;
	border-bottom: dotted 1px #fff;
	padding-bottom: 5px;
	margin: 0 0 15px;
}

【フッター本文】

.footer_widget {
	width:290px;
	min-height: 250px;
	float:left;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size:11px;
}

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
編集するファイル:style.css
編集する箇所:

【Archive・Category部分】

.side_headline {
	font-size:20px;
	margin:0 0 10px;
	padding-bottom: 5px;
	background:url(images/dot_02.png) repeat-x left bottom;
	/*border-bottom: dotted 1px #888;*/
	min-height: 30px;
}

【サイドバー】

.side_widget li {
	font-weight: bold;
	font-size: 12px;
	line-height:170%;
	margin:0 0 10px 0;
	padding:0 0 5px 15px;
	background-image: url(images/arrow_02.png), url(images/dot_02.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left 8px, left bottom;
	/*border-bottom: dotted 1px #888;*/
	min-height: 25px;
} 

この記事は役に立ちましたか?

もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!

同じテーマのカスタマイズ記事