Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Footer Background Color

Asked Modified Viewed 3,226 times
C
crucifuge
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

Modifying 2Dark theme for my band's website. Have all of it looking the way I want except the background color of the footer. I can't seem to find it in the styles.css

Anyone can help?
0 replies

9 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

In your style.css

look for...

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]
#footer a {
background-color: #101010;
color: #666666;
}[/syntaxhighlighter]

remove...

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]background-color: #101010;[/syntaxhighlighter]
0 replies
C
crucifuge
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

hmm yes, that removed the color from the text, but that's not what I want.

I'm wanting the whole footer table to be #101010 with current text color over it.

Edit: So the footer color matches the header color.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Then look for...

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]#footer {
background: none repeat scroll 0 50% transparent;
border-top: 1px solid #EEEEEE;
color: #999999;
font-family: sans-serif;
font-size: 12px;
line-height: 16px;
margin: 30px auto;
padding: 10px;
}[/syntaxhighlighter]

Change it to...

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]#footer {
background: none repeat scroll 0 50% transparent;
background-color: #101010;
border-top: 1px solid #EEEEEE;
color: #999999;
font-family: sans-serif;
font-size: 12px;
line-height: 16px;
margin: 30px auto;
padding: 10px;
}[/syntaxhighlighter]
0 replies
C
crucifuge
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Thank you very much. For some reason when I saw it was originally #000000 but showing as white on the page, I thought that couldn't be the one to edit, but it is and is fixed now. Thanks again!
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Great man,

I'm Happy to help where I can.

Have a good day. ;)
0 replies
C
crucifuge
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Well, now I have an unwanted white bar above the footer. How can I fix that?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Sure, Again in your style.css

Look for...

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false].wrapper {
background: none repeat scroll 0 0 #FFFFFF;
margin: 0 auto;
width: 960px;
}[/syntaxhighlighter]

Change #FFFFFF; to the colour you want to use.
0 replies
C
crucifuge
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

That will work! Thank you for the prompt and courteous help.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

No problem.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
C
C
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet