Font color of text on Login Page
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Font color of text on Login Page
The text on the forums login page is black and I need to change it to white.
The text I'm speaking of says: "Please enter your username and password to log in."
And under that is another black text that says "Register".
How to I change those font colors?
I use phpbb3
thanks
The text I'm speaking of says: "Please enter your username and password to log in."
And under that is another black text that says "Register".
How to I change those font colors?
I use phpbb3
thanks
Last edited by runawayhorses on August 4th 2012, 8:25 am; edited 1 time in total
Re: Font color of text on Login Page
Add this to your CSS:
- Code:
label {
color: YOUR COLOR;
}

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Font color of text on Login Page
slg wrote:Add this to your CSS:
- Code:
label {
color: YOUR COLOR;
}
So how do we put that into our CSS? Do we go to Display > Colors > CSS StyleSheet Tab, add your code and submit it?If not, then how do I access my CSS?
Re: Font color of text on Login Page
Display>Colors
Css stylesheet tab
See your forum's basic CSS [Click on that]
Thats your Forum's css.
Css stylesheet tab
See your forum's basic CSS [Click on that]
Thats your Forum's css.
Re: Font color of text on Login Page
Here it is Sanket. This is a new forum I am designing for my fansite, I still have my other forum.
http://avrillavignetalkshow.forumotion.com/
http://avrillavignetalkshow.forumotion.com/
Re: Font color of text on Login Page
Ok that work perfectly. Since we're at the same place I would like to change the font color on that "Register" link that is right underneath that. Its a button but it has text in it that can be changed to a different color, I've done it before I just don't have the code anymore.
thanks
thanks
Re: Font color of text on Login Page
That should work
- Code:
a.button1:active, a.button1:link, a.button1:visited, a.button2:active, a.button2:link, a.button2:visited{
color: #ff0000 !important;
}
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum