テーマCircaのリンク色を変更したい
-
Circa: ビジュアルエディターのスタイルシート (editor-style.css)
の/* Links */
a {
color: #1111cc;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a:visited {
color: #1111cc;
}
a:hover, a:focus, a:active {
color: #89614f;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}ここ部分のカラーコードを変更すれば記事本文のリンク色が
変わると思っていたのですが変わりません。
変更するところを間違えているのでしょうか?
基本的なな勘違いをしているのかもしれませんが
どなたかお分かりになられる方がいらっしゃったらアドバイスよろしくお願いします。
3件の返信を表示中 - 1 - 3件目 (全3件中)
3件の返信を表示中 - 1 - 3件目 (全3件中)
- トピック「テーマCircaのリンク色を変更したい」には新たに返信することはできません。