Register Button Text Color & Log In Text Color Problem
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Register Button Text Color & Log In Text Color Problem
How can i change the text color of the register button only ??
The current text color is too light and it cant be read. Here are two screenshots.


Also, everytime i type my login name on the login page the text goes black.... and would like to just leave it white ....
Here is a screenshot

Register Page: http://forosmythcloth.forumotion.com/register
Login Page: http://forosmythcloth.forumotion.com/login
Forum URL: http://forosmythcloth.forumotion.com/forum
Version: phpBB3
The current text color is too light and it cant be read. Here are two screenshots.


Also, everytime i type my login name on the login page the text goes black.... and would like to just leave it white ....
Here is a screenshot

Register Page: http://forosmythcloth.forumotion.com/register
Login Page: http://forosmythcloth.forumotion.com/login
Forum URL: http://forosmythcloth.forumotion.com/forum
Version: phpBB3
Last edited by sagadegeminis on May 4th 2012, 7:50 pm; edited 1 time in total
sagadegeminis- Forumember
- Posts : 38
Reputation : 1
Language : english
Re: Register Button Text Color & Log In Text Color Problem
Add this code in CSS
- Code:
a[href='/register']{
border-radius: 3px;}
a[href='/login]{
border-radius: 3px;}
Re: Register Button Text Color & Log In Text Color Problem
RicYiu he is not asking for border radius.
To fix the button color add this to CSS:
To fix the login add this to CSS:

To fix the button color add this to CSS:
- Code:
a.button1:link, a.button1:visited, a.button1:active, a.button2:link, a.button2:visited, a.button2:active {
color: black !important;
}
To fix the login add this to CSS:
- Code:
fieldset dl:hover dt label {
color: white !important;
}
Re: Register Button Text Color & Log In Text Color Problem
@Nera. wrote:RicYiu he is not asking for border radius.![]()
To fix the button color add this to CSS:
- Code:
a.button1:link, a.button1:visited, a.button1:active, a.button2:link, a.button2:visited, a.button2:active {
color: black !important;
}
To fix the login add this to CSS:
- Code:
fieldset dl:hover dt label {
color: white !important;
}
It worked! thanks
sagadegeminis- Forumember
- Posts : 38
Reputation : 1
Language : english
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