我正在使用wordpress,我試圖通過css更改h1/h3標題的顏色,但我不能。如何更改元素樣式顏色
<div class="advisor-title-banner-header">
<div class="hgroup">
<a href="http://bashalaprairie.ca">
<h1 style="color:#ffe2e2;">Basha La Prairie - (450) 444-1777</h1>
<h3 style="color:#ffe2e2;">La meilleure cuisine libanaise</h3>
</a>
</div>
</div>
問題:
element.style {
color: #ffe2e2;
}
我想改變顏色爲紅色。我試過:
.element.style {
color: red important!;
}
但它不會工作。
網站:www.bashalaprairie.ca
我想岜沙的La Prairie(450)444-1777的文本顏色改變 - 洛杉磯MEILLEUR美食從白色黎巴嫩人紅
感謝!
'advisor-title-banner-header a * {color:red!important; }' –