The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change color of "Quick Reply:" text via CSS

Go down

Solved Change color of "Quick Reply:" text via CSS

Post by Guest August 29th 2011, 10:45 pm

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 August 31st 2011, 12:44 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: Change color of "Quick Reply:" text via CSS

Post by Nera. August 30th 2011, 10:18 am

Hi,

PhpBB3?

Try with this in your CSS
Code:

#main-content .h3 {
    color: black !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Change color of "Quick Reply:" text via CSS

Post by Guest August 31st 2011, 12:41 am

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.
avatar
Guest
Guest


Back to top Go down

Solved Re: Change color of "Quick Reply:" text via CSS

Post by Guest August 31st 2011, 1:00 am

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;}
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum