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 Mon 29 Aug - 23:45

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 - 1:44; 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. Tue 30 Aug - 11:18

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 Wed 31 Aug - 1:41

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 Wed 31 Aug - 2:00

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

- Similar topics

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