View Single Post
  #2  
Old 11-03-2011, 01:31 PM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 23,564
Inf3rnal is on a distinguished road
Default

Open inc/functions.php and around line 1684 (or so)

Find:
$template .= "<div style='position: fixed; bottom: 0; left: 0; color: white; font-size: 10px; width: 380px; '>A total of {$GLOBALS['numberofqueries']} queries were used in this page. They were: {$GLOBALS['queries']}</div>";

Replace:
color: white; with what ever you want.

To remove it all together just erase the whole div so it looks like this:
$template .= "";
__________________
Finished Mods/Themes:
Admin Notes | Better Messages Buttons | Avatars in Memberlist
Chibiry! Theme | Midnight Rain Theme
Work in Progress:
Redesign of the core functions
Couple more themes

Last edited by Inf3rnal; 11-03-2011 at 01:42 PM. Reason: Minor Formatting
Reply With Quote