Change color of "Quick Reply:" text via CSS

adukes_007 at 22h45
29
Aug
2011
Above the quick reply box (and to the left) is the text "Quick Reply:" with a line under it. I want to change to color from light blue to a darker color. Can someone isolate the area of CSS that does this?
1 Nera., on 30/08/2011 at 10h18
Hi,

PhpBB3?

Try with this in your CSS
Code:

#main-content .h3 {
    color: black !important;
}
2 adukes_007, on 31/08/2011 at 00h41
That worked. It also changed the header color for the introduction but that is okay because I want them to be the same color. Solved.
3 Guest, on 31/08/2011 at 01h00
Since this isn't closed yet, if you wanted to only change the color of that particular element, this CSS would do it:

Code:
a[name="quickreply"]+div.h3 {color:black;}
Similar topics
My default font color is too light to view in white bg of quick reply box. I would like to change the background color of quick reply box but how? My forum address is http://aoknewskool.forumakers.com/
How can i fix this? The text inside the quick reply exceeding in the box? Help please. Thanks . Here's my css for quick_reply: Code:     #textarea_content label {             display:none;  
How Can I Put A Text Shadow On The Quick Reply Please Answer My Question Forum Version: PhpBB2
See also
more_less
Informations

3 Replies For the topic :
"Change color of "Quick Reply:" text via CSS"

This topic has been viewed 882 times.

Last message :
29/08/2011 at 22h45 by "adukes_007"