こんにちは、ふじもです。
今回は賢威7の記事タイトルのリンク色を変更してみましょう。
まず「外観」→「テーマの編集」→「base.css」を開き、下記の部分を探して下さい。
/*記事タイトルや基本単位毎の最初の見出し*/
.section-wrap .section-title{
line-height: 1.5;
margin: 0 0 1em;
padding: 0;
border: none;
background: transparent;
color: #000;
font-weight: bold;
font-size: 28px;
font-family: “メイリオ”;
}
.section-wrap .section-title{
line-height: 1.5;
margin: 0 0 1em;
padding: 0;
border: none;
background: transparent;
color: #000;
font-weight: bold;
font-size: 28px;
font-family: “メイリオ”;
}
.main-body .section-title a{
color: #333;
text-decoration: none;
}
.main-body .section-title a:hover,
.main-body .section-title a:active,
.main-body .section-title a:focus{
color: #f60;
text-decoration: underline;
}
見つけられましたら、下記の赤字部分をお好きなようにカスタマイズしてみましょう。
/*記事タイトルや基本単位毎の最初の見出し*/
.section-wrap .section-title{
line-height: 1.5;
margin: 0 0 1em;
padding: 0;
border: none;
background: transparent;
color: #000;
font-weight: bold;
font-size: 28px;
font-family: “メイリオ”;
}
.section-wrap .section-title{
line-height: 1.5;
margin: 0 0 1em;
padding: 0;
border: none;
background: transparent;
color: #000;
font-weight: bold;
font-size: 28px;
font-family: “メイリオ”;
}
.main-body .section-title a{
color: #0095ff;(リンク色を指定できます)
text-decoration: none;
}
.main-body .section-title a:hover,
.main-body .section-title a:active,
.main-body .section-title a:focus{
color: #13c;(リンクにカーソルを合わせた時の色を指定できます)
text-decoration: underline;
}
以上で賢威7の記事タイトルのリンク色を変更できます、ご参考にしていただければ幸いです。
ここまでお読みいただき、ありがとうございました。