Post Reply 
Google Footer White BG
Dec. 03, 2009, 10:14 PM (This post was last modified: Dec. 03, 2009 10:14 PM by Kye-U.)
Post: #1
Google Footer White BG
I noticed that the footer of the search page had a white background (using the alternate dark themes).

To fix this, go into \html\sidki_h_2009-05-24\Google\google-dark.css:

Add center to the below code:

Code:
/* Default text and background color */
div, td, p, span {
  color: white !important;
  background-color: transparent !important;
}

So that it is:

Code:
/* Default text and background color */
div, td, p, span, center {
  color: white !important;
  background-color: transparent !important;
}


Attached File(s)
.png  google.png (Size: 39.89 KB / Downloads: 604)
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: