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.

[Problem] Login and logout bar color

3 posters

Go down

[Problem] Login and logout bar color Empty [Problem] Login and logout bar color

Post by Coolname007 August 6th 2009, 6:47 am

Hello,
how can I change the color of the login and the logout bar color of my forums? They don't go well with the theme.
Coolname007
Coolname007
Forumember

Male Posts : 110
Reputation : 0
Language : English
Location : Nowhere

http://ets-forums.forumotion.com/forum.htm

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by Coolname007 August 8th 2009, 11:06 pm

Please help.
Thanks in advance. Smile
Coolname007
Coolname007
Forumember

Male Posts : 110
Reputation : 0
Language : English
Location : Nowhere

http://ets-forums.forumotion.com/forum.htm

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by LilJur August 8th 2009, 11:15 pm

Its CSS...
Im not gona explain where to find it in the CSS because i cant since i have a custom CSS style
avatar
LilJur
Forumember

Male Posts : 212
Reputation : 8
Language : xml, css, html, hex, english and dutch

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by ankillien August 9th 2009, 1:52 pm

Hello,

Sorry, I don't understand what do you mean by 'log in bar'?
Please explain.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by Coolname007 August 9th 2009, 5:32 pm

ankillien wrote:Hello,

Sorry, I don't understand what do you mean by 'log in bar'?
Please explain.
You know how when you're logged out, it'll say "You're not connected. Please login or register."? Well, I mean when you click the login link, you go to a page where you fill in your username and password to login. At the top of this page, there is a message that says:

Warning !

You are not registered
Would you like to register ? Register

I forgot my password
The box that contains this message (along with the one asking you if you want to logout) is what I want to change. The one that asks you if you want to logout appears when you select to logout from the Admin CP. The options are Yes, and No.

Thanks.
Coolname007
Coolname007
Forumember

Male Posts : 110
Reputation : 0
Language : English
Location : Nowhere

http://ets-forums.forumotion.com/forum.htm

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by ankillien August 9th 2009, 6:25 pm

Thanks for the info.
Go to your Admin CP > Display > Colors > CSS.
Add this code and submit...

Code:
.login .errorwrap {
background-color : red;
}

You can change red.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by Coolname007 August 9th 2009, 9:03 pm

ankillien wrote:Thanks for the info.
Go to your Admin CP > Display > Colors > CSS.
Add this code and submit...

Code:
.login .errorwrap {
background-color : red;
}

You can change red.
Ok, thanks. Smile
That changed the background color of the box. How do I change the color of the text?
Also, I want to adjust the color of the top of the box as well. The code you posted above only adjusts the main part of the box. I want to change the part of the box that contains the text "Warning!".
Also, I want to adjust the color of the logout box as well. So how do I do that?

Thanks again. Very Happy
Coolname007
Coolname007
Forumember

Male Posts : 110
Reputation : 0
Language : English
Location : Nowhere

http://ets-forums.forumotion.com/forum.htm

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by ankillien August 10th 2009, 5:58 am

To change color of title 'Warning!' :

Code:
.login .errorwrap h4 {
background-color : red;
}

To change text color :
Code:
.login {
color : black;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

[Problem] Login and logout bar color Empty Re: [Problem] Login and logout bar color

Post by Coolname007 August 10th 2009, 10:11 am

Thanks for that...only two more to go. Smile
Unfortunately the code you posted above for the text color only adjusts the color of the text under "Log in". I was wanting to change the color of the text in the Warning! message box, as well as the text color in the

You are not registered
Would you like to register ? Register

I forgot my password
text. Also, I still need to know how to adjust the color of the logout box, i.e. where it says

Are you sure you want to logout?

after selecting to logout from the Admin CP. Note that I need to adjust both the text color and the background color of that box.

Oh, and yeah, one more thing.... Hello

The poll box on my forums has both white background, and white text, so you can't even see the poll options. Crying or Very sad I need to know how to adjust that too...
Coolname007
Coolname007
Forumember

Male Posts : 110
Reputation : 0
Language : English
Location : Nowhere

http://ets-forums.forumotion.com/forum.htm

Back to top Go down

Back to top

- Similar topics

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