Change Footer Text & Color In Invision

Proyiehong at 04h12
04
Dec
2011
Hi, May I Know How Can I Change The Footer Text & Color In Invision, Because I Could Not Find Any Footer Color Box In The Color Section In Admin Panel.

Admin Panel > Display > Color.

Thank !
1 Guest, on 04/12/2011 at 07h15
If do you mean footer links & copyright:
Code:
#gfooter{
background-color: #E1EBF2;
color: #TXTCOLOR;
}


Be careful that if you especially color the link as background you can wake up with no forum! Wink
2 Proyiehong, on 04/12/2011 at 07h56
Thx Gassy, But What About The Code That Change The Footer Link.
3 Guest, on 04/12/2011 at 07h58
What do you mean? Can you post a screenshot, since I gave you that code. Smile
4 Proyiehong, on 04/12/2011 at 08h08

I Mean The Footer Link Color.
5 Guest, on 04/12/2011 at 08h11
Code:
#gfooter a{
color: #TXTCOLOR;
}

Replace #TXTCOLOR by color you want. Wink
If doesn't work try:
Code:
#gfooter a{
color: #TXTCOLOR !important;
}
6 Proyiehong, on 04/12/2011 at 08h15
Thx @Gassy, I Will Mark This Topic Solved Very Happy .
7 Guest, on 04/12/2011 at 08h16
Glad I could help. Wink
8 Sanket, on 04/12/2011 at 09h19
Topic Solved & Locked
Similar topics
I need CSS code so I can change font color in my polls on forum. I use invision, there are CSS where I found this code: /* Poll */ .polls { background-color: #eff1f3; } .polls dl { color:#919191; } but background of my polls are black, and
Happy Monday, I need codes to change the back ground color of the text blocks for both the chat box and quick log in. Link to site: http://e-co.forumotion.net Thanks In addition.. How do i change the text color of both areas?
I have several widgets on the sidebar of my forum. I would like to change the color of the title of each widget, since it is black-on-black at the moment. See image below, where I have highlighted the title of the widget so you can see it. Thanks!
See also
more_less
Informations

8 Replies For the topic :
"Change Footer Text & Color In Invision"

This topic has been viewed 811 times.

Last message :
04/12/2011 at 04h12 by "Proyiehong"