CSS クラス .press-title を作成しましたが、ホバー時に適用される背景色を削除できませんでした。
.press-title a:hover { background-color: none; text-decoration: none;}
アイデア?
リンクはページの下部にあります。
http://domdemarcos.com/typography/
編集して、返信からの変更を反映します。
CSS クラス .press-title を作成しましたが、ホバー時に適用される背景色を削除できませんでした。
.press-title a:hover { background-color: none; text-decoration: none;}
アイデア?
リンクはページの下部にあります。
http://domdemarcos.com/typography/
編集して、返信からの変更を反映します。
試す
.press-title a:hover { background-color: transparent; text-decoration: none; }
試す:
background-color:transparent;
セレクターが無効です。Firefox は次のメッセージをスローします。Expected identifier for pseudo-class or pseudo-element but found ' '. Ruleset ignored due to bad selector.
そのはず:
.press-title a:hover