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 with colors

2 posters

Go down

Solved Problem with colors

Post by billys13 November 23rd 2009, 1:58 am

Hi to all! I hope i post this topic in the right section.

I've recently made my own forum with forumotion but i have some problems with the colors of the board.

I've changed the colors as i wanted, but when i go to the profile of my account, if i hold the mouse over a field such as nickname, email adress etc, it gets very dark, like the backround color, and it can't be seen and i don't know how to change it.

Also in the same page, under Personalized profile, all the fields have the color #536482, which also i can't find how to change in the adminsitration panel.

I have looked and changed all the colors under Pictures and colors in the Display tab of the administration panel, but nothing works.

Anyone who can help? Thanks in advance!
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 23rd 2009, 2:28 pm

Hello,

TO change color of personalized profile, go to Admin CP > Users & Groups > Profiles > Click on 'Modify' button of the profile > There is an option to change the color.

For the profile text color problem, I need a link to your forum.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 23rd 2009, 3:30 pm

That's great man. Thanks! I've also changed the backround color so i don't have the text color problem.
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 23rd 2009, 3:32 pm

So, is it completely solved?
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 23rd 2009, 8:24 pm

Well it's not completely solved, but i've changed the backround color, so there is not the contrast problem there was before. I would like though to know if there is an actual solution.

The link to my forum is:

****link removed****

When you go to Login (it's called "Σύνδεση" because the forum language is greek), and you hold the mouse over the words Username and Password ("Ψευδώνυμο μέλους" and "Κωδικός" in greek), the font color becomes black. Is there any way to change that?

I also can't find how to change the font colors in the chatbox when someone joins or disconnects form the chatbox. I mean the phrases:

[**:**:**] ****** has joined the chat on ******, *** ***

and

[**:**:**] ****** is Disconnected on ******, *** ***

In the first case the color is green and in the second red. Can i change those?

Thanks!


Last edited by billys13 on November 27th 2009, 6:43 pm; edited 1 time in total
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 24th 2009, 12:35 pm

TO change hover color on log in page, add this code in Admin CP > Display > Colors > CSS and submit..

Code:
fieldset dl:hover dt label {
color : red;
}

You can change red to whatever you want.

There is no way to change default chat box color. Actually, there is a way but it will override user prefered colors too. So its a bad idea Razz
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 26th 2009, 6:09 pm

That's great. Thanks a lot.

Well, last question i guess Smile

Is there any way to change the backround color of the forum main logo and section titles, without changing the template?
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 27th 2009, 7:19 am

To change logo background, use this code...

Code:
#logo-desc {
background : url(IMAGE URL HERE) repeat;
}

What do you mean by section titles?
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 27th 2009, 3:30 pm

Actually i mean the category names, sorry.

For every template i choose there is a color, which is the backround color for the category names, the forum main logo and the chatbox header (i mean the bar where the word Chatbox is written).

Is there any CSS code to change that color without changing the template?

(if you go to the link i wrote above, it's the light green color, #6DB100, but i don't know what code i should add to change that or if there is any)
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 27th 2009, 4:06 pm

It is an image not just background color.
You can change/remove that image in Admin CP > Display > Pics Management > Advanced Mode > Table Background
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 27th 2009, 6:06 pm

Oh thanks a lot man. You have been very helpful.

Well actually i have one more question, but it's not about the colors so i don't know if this is the riight place to ask.

It regards the chat box, and i would like to know this. I have made some different groups for the members of the forum and i don't like for all the members to see the chat box, just some specific groups. I can ban from the chatbox manually any member that i don't want that he sees the chat, but is there any automatic way that the chat would be invisible, except from the members that i put in those specific groups?
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 27th 2009, 6:14 pm

Yes, you can manually ban a member from chatbox by using the chabox command found in Admin CP > Modules > Chatbox > Configuration.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 27th 2009, 6:28 pm

Yeah but there isn't a way to ban automatically any member that is not in a specific group, right?
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 27th 2009, 6:34 pm

No, thats not possible.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Problem with colors

Post by billys13 November 27th 2009, 6:43 pm

Oh ok.

Well, you have a great support team!

The problem is solved so the topik can be marked as so.

Thanks again. Smile
avatar
billys13
New Member

Posts : 8
Reputation : 0
Language : Greek

Back to top Go down

Solved Re: Problem with colors

Post by ankillien November 27th 2009, 6:44 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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