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.

Footer

2 posters

Go down

Footer Empty Footer

Post by CharleX June 12th 2009, 5:12 pm

How do I change the footer color? The place where it as the forum selection feature and all the forumotion text ads. Mine looks white. I want it to change that color.

Forum link: http://gamecrisp.shootboard.com/forum.htm
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Footer Empty Re: Footer

Post by ankillien June 12th 2009, 6:30 pm

Add this code to Admin CP > Display > Colors > CSS...

Code:
#gfooter {
background-color : COLOR-NAME;
}

Change the COLOR-NAME as per your need.

thumright
ankillien
ankillien
Energetic

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

Back to top Go down

Footer Empty Re: Footer

Post by CharleX June 16th 2009, 3:14 am

Um, I think I want to edit the link/text color as well on there. How do I do that?
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Footer Empty Re: Footer

Post by ankillien June 16th 2009, 4:54 am

This is the code...

Code:
#gfooter {
color : green; /*Change text color here*/
}

#gfooter a.copyright {
color : blue !important; /*Change link color here*/
}

Very Happy
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