Change color of "Quick Reply:" text via CSS
Page 1 of 1
Change color of "Quick Reply:" text via CSS
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?
Last edited by adukes_007 on Wed 31 Aug 2011 - 0:44; edited 1 time in total
Guest- Guest
Re: Change color of "Quick Reply:" text via CSS
Hi,
PhpBB3?
Try with this in your CSS
PhpBB3?
Try with this in your CSS
- Code:
#main-content .h3 {
color: black !important;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Change color of "Quick Reply:" text via CSS
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.
Guest- Guest
Re: Change color of "Quick Reply:" text via CSS
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;}
Guest- Guest
Similar topics
» Change quick reply text color..
» Quick reply box text color
» Quick Reply Text Color
» text Shadow On The Quick Reply
» Can't see text in Quick Reply Box when typing !
» Quick reply box text color
» Quick Reply Text Color
» text Shadow On The Quick Reply
» Can't see text in Quick Reply Box when typing !
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum