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.

2 Questions

Go down

2 Questions Empty 2 Questions

Post by MasterOfKings July 23rd 2010, 4:11 pm

Hey all,

I have two questions...

1. How can I change the color of the text in the text box for making a new topic. Currently the topic and description textboxes have black backgrounds and black text, so you can't read what you've written unless you highlight it. I need the text white, but I can't find which part of the CSS to change. Can someone point me in the right direction?

2. When you hover over a link, its color changes according to what you have chosen. Is there a way to stop it changing the color and just underline it?

Thanks.

-MoK


Last edited by MasterOfKings on July 23rd 2010, 4:54 pm; edited 1 time in total
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 4:14 pm

1. to change the colours go to ACP - Display - Colors - Text Color :

2. ACP - Display - Colors - Make Link Color : the same as Hover Link Color :

Hope this help Smile
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 4:19 pm

1. It's already on White. I can't find anywhere in my CSS which is changing the textbox to black.

2. I don't mean like that. If you have multiple user groups with different colors, I want it to be underlined, so that its obvious that its a link, but not to change the color. The links already underline, but I don't know how to stop them changing color.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 4:27 pm

Okay. let's try this,
Code:

a:link,a:active,a:visited {
    color : COLOR HERE; underline;
    }
a:hover{
        text-decoration: underline;
    color : COLOR HERE;
    }

try this for the fonts, and if you have one like that so you can just change the colours, or add "Underline" instead of "none" Smile

For the table change "Table Row Color 1 :" at the colors
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 4:39 pm

The code you gave... I'm not looking to change the color for links. Whatever the color normally is (without changing), then that should be the link color.

Also, I don't have a Table Row Color 1. I have Background color 1, but that's for something else.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 4:44 pm

weeh ok, can you give a screen shot? Smile
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 4:45 pm

Screenshot of what?

And, don't worry about the text color. I've fixed it now.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 5:02 pm

So now, you only want links underline without changing colour when hover?
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 5:02 pm

Yes.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 5:06 pm

Okay, i already wrote that above.

Code:

a:hover{
        text-decoration: underline;
    color : "ADD the same colour for the links without hovering";
    }

to change underline colour add this "text-decoration: underline; color: White;"
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 5:22 pm

This is, again, where you misunderstood. I don't want to specify a color for the link. I just want it to underline a link and ignore whatever color it is.

This is due to some links being different colors. Such as when you hover over a username, the name will be underlined in the same color as the name.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 5:24 pm

So just delete the color and use this code.

[code]

a:hover{
text-decoration: underline;;
}
I dont know if it works
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 5:25 pm

I tried that. I also tried to delete the colors out of the basic CSS, but they all went weird and changed purple, blue and white.

-MoK

PS: If you continue to misunderstand me, go to my forum by clicking here (link removed). At the bottom, you'll see a legend for all user groups (Admin, Mod, etc). When you hover over them, the underline comes up as the same color. I want that for each link.


Last edited by MasterOfKings on July 23rd 2010, 5:48 pm; edited 1 time in total
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 5:37 pm

Okay.
i understand now, let's try this.
Code:

<style type="text/css">
a:hover { text-decoration:underline }
</style>

Add this to you overall_footer in the templates Smile if this will not work, then wait for another one Smile
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 5:41 pm

overall_footer? What templates? The forum uses Invision version, so templates aren't available to it.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

2 Questions Empty Re: 2 Questions

Post by Guest July 23rd 2010, 5:44 pm

Oh shit :/... sorry, i couldn't help you Sad
avatar
Guest
Guest


Back to top Go down

2 Questions Empty Re: 2 Questions

Post by MasterOfKings July 23rd 2010, 5:48 pm

Ok.. It's fine. I'll just wait for someone else... Sad

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

Back to top

- Similar topics

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