tryagain Posted July 11, 2005 Share Posted July 11, 2005 I have done a search and can't seem to find any info on how to change the blue background color. I can't find it in the programming either. I run more than one site and would like to change color on one of the admin panels so I can tell them apart easier. Any ideas, Thanks Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 11, 2005 Share Posted July 11, 2005 I have done a search and can't seem to find any info on how to change the blue background color. I can't find it in the programming either. I run more than one site and would like to change color on one of the admin panels so I can tell them apart easier. Any ideas, Thanks <{POST_SNAPBACK}> you have to look in admin/stylesheet.css for changing any colors in admin :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
tryagain Posted July 11, 2005 Author Share Posted July 11, 2005 I didn't see a stylesheet in the admin folder. That was one of the first things I looked for. Should there be one? Link to comment Share on other sites More sharing options...
AlanR Posted July 11, 2005 Share Posted July 11, 2005 I didn't see a stylesheet in the admin folder. That was one of the first things I looked for. Should there be one? <{POST_SNAPBACK}> The styles are embedded in the top of the index.php. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
AlanR Posted July 11, 2005 Share Posted July 11, 2005 Actually that dark blue is a table background color look for <tr bgcolor="#080381"> Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
tryagain Posted July 11, 2005 Author Share Posted July 11, 2005 Found it, I had to change this line in the Admin/Index, Admin/login, and Admin/logoff files. <tr bgcolor="#080381"> Thanks you for all your help, Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.