MyBB Community Forums

Full Version: Multi Quote Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I use Black theme and 1.2.0 use multi quote Click this icon and see Quick reply area one text but i cant see this text because text area is White and backroud also white. This are use "smalltext" Class ID how to change this are backround color or Text Color ? Sad


[Image: 46629.jpeg]
you may have something wrong with coding css check it for errors Wink
No This area useing Smalltext CSS ID. I can change Smalltext Font color, all forum color changed. Sad
Well, that font color is the default color for your theme...so I think in order to change that, you have to change your forum color. I might be wrong, and there might be a template change you can make! One of the coders will need to help you with that, though!

Otherwise, change it to a gray or something. that will look good on black and you'll be able to read it on white! Big Grin
Add
#quickreply_multiquote .smalltext { color: black; }
To your extras css in your theme.
That should do it.
Change or add the form css.

.form {
}
That wouldn't change the color of smalltext Confused
CraKteR Wrote:Add
#quickreply_multiquote .smalltext { color: black; }
To your extras css in your theme.
That should do it.



Thats Correct Many Tnx. Now Text is Black But Links already White. How to change Link Color Change ? Hovered Links Text ?

[Image: 48512.jpeg]
#quickreply_multiquote .smalltext a { color: black; }
Thanks a lotttt dear.
Pages: 1 2