
今回はこんな悩みを解決する記事です。
この記事の内容
- WordPressテーマ「THE THOR」のリストデザインの変更方法
- WordPressテーマ「THE THOR」のリストカラーの変更方法
- コピペだけでOKなリストデザイン24種類
WordPressテーマ「THE THOR」のリストは、デフォルトの状態だと【◦】になっているのでシンプルすぎます。
リストは記事の結論を伝えたりするため頻繁に使う機会があるので、少しでも目立つようなリストに変更したいところですよね。
そんなシャイなリストの【◦】を目立ちたがり屋のボーイに変更していきましょう!
THE THORのリストデザインを変更する方法
WordPressテーマ「THE THOR」のリストのデザインを変更するのは追加cssを利用すればとても簡単です。
- ⇐目立ちすぎず目立つを兼ね備えてみた
- 【◦】よりいいでしょ
- 「THE THOR」のオリジナルアイコンすべて使えるよ!
わたしが使いたかったのはシンプルだけど目立つアイコンだったので【✔】を使っています。
同じアイコンが使いたい方はこちらのコードを追加cssに貼り付けるだけで完了です。
.content ul>li:before { font-family: icomoon; content: "\ea12"; }
わたしと同じアイコンは嫌だって方は \ea12 を他のUnicodeに変更すれば自由にリストを変更することができます。
「THE THOR」のオリジナルアイコンのUnicodeは、ヒノさんの記事で紹介されているので好きな物を選んでみてくださいね。
サイズや位置を調整したのがこちら
.content ul>li:before { font-family: icomoon; content: "\ea12"; top: 0.0em; transform: scale(0.9); }
これでリストと文字の距離感や上下の配置感も調整できているかなと思います。
THE THORのリストのコピペデザイン
ここからはコピペだけで変更できるように「THE THOR」のオリジナルアイコンの中から23種類のリストデザインを紹介していきます。
リストとして使えそうなモノはすべて用意できたかなと思います。
右向きの指指し

.content ul>li:before { font-family: icomoon; content: "\e9b8"; transform: scale(.9); }
右向きのサークル

.content ul>li:before { font-family: icomoon; content: "\ea44"; transform: scale(.9); }
細めの右矢印

.content ul>li:before { font-family: icomoon; content: "\ea3e"; transform: scale(.9); }
太い右矢印

.content ul>li:before { font-family: icomoon; content: "\ea36"; transform: scale(.9); }
吹き出し

.content ul>li:before { font-family: icomoon; content: "\e974"; transform: scale(.9); }
吹き出し(中抜き)

.content ul>li:before { font-family: icomoon; content: "\ea87"; transform: scale(.9); }
羽ペン

.content ul>li:before { font-family: icomoon; content: "\e90e"; transform: scale(.9); }
スピーカー

.content ul>li:before { font-family: icomoon; content: "\e923"; transform: scale(.9); }
ハート

.content ul>li:before { font-family: icomoon; content: "\e9db"; transform: scale(.9); }
パックマン

.content ul>li:before { font-family: icomoon; content: "\e91f"; transform: scale(.9); }
星マーク

.content ul>li:before { font-family: icomoon; content: "\e9da"; transform: scale(.9); }
ファイル

.content ul>li:before { font-family: icomoon; content: "\e92f"; transform: scale(.9); }
押しピン

.content ul>li:before { font-family: icomoon; content: "\e94f"; transform: scale(.9); }
かみなり

.content ul>li:before { font-family: icomoon; content: "\e9bb"; transform: scale(.9); }
クリップボード

.content ul>li:before { font-family: icomoon; content: "\e9be"; transform: scale(.9); }
大きい丸

.content ul>li:before { font-family: icomoon; content: "\ea56"; transform: scale(.9); }
チェックマーク

.content ul>li:before { font-family: icomoon; content: "\ea12"; transform: scale(.9); }
くり抜きチェックマーク

.content ul>li:before { font-family: icomoon; content: "\ea13"; transform: scale(.9); }
四角の中にチェック

.content ul>li:before { font-family: icomoon; content: "\ea53"; transform: scale(.9); }
ロケット

.content ul>li:before { font-family: icomoon; content: "\e9ab"; transform: scale(.9); }
丸の中に三角

.content ul>li:before { font-family: icomoon; content: "\ea17"; transform: scale(.9); }
ボリューム

.content ul>li:before { font-family: icomoon; content: "\ea28"; transform: scale(.9); }
スマイル

.content ul>li:before { font-family: icomoon; content: "\e9e2"; transform: scale(.9); }
シンプルなリストも
シンプルなリストデザインのcssの質問がありましたので最後に紹介しておきます。
.content ul>li:before { font-family: icomoon; content: "●"; color:#323232; top: -.05em; transform: scale(0.9); }
いろんなリストを使うとやっぱりシンプルが一番って結論になることも多いかと、、、
THE THORのリストカラーを変更する手順
WordPressテーマ「THE THOR」のリストデザインの変更のあとはカラーを変更していきましょう。
追加cssで変更することも可能ですが、THE THORには様々なパーツをカスタマイズする機能が付いているので色は本来の機能で設定していきます。
とはいえ、WordPressテーマ「THE THOR」のカスタマイズは設定箇所が細かすぎるので見つけるのも一苦労。
下の順に進んでいくとリストのカラー設定がきます
※画像クリックで拡大できます!
THE THORのリストデザインを変更:まとめ
今回はわたしが利用しているWordPressテーマ「THE THOR」のリストデザインを変更方法を紹介しました。
リストはブログ運営していると頻繁に利用するものです。
特に重要なポイントなどリストにしていると読まれやすい部分になりますので、ぜひ皆さんも目立つアイコンを使ってみてはいかがでしょうか?