Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の問題があります.joomlaメニューで「<li>」要素のテキストの色を変更しようとしています。メニューに blueMenu という css セレクターへのリンクを付けます。これは、クラスに関する私の CSS です。
.blueColor { color: blue; }
ただし、これはテキストの色を変更しません。一方、「背景色」で「色」を変更すると、テキストの背景が青になります。問題の原因は何ですか?