Question about Queries?

Forum
Last Post
Threads / Messages

Tsuntsun

Member
Member
Joined
Nov 3, 2011
Messages
3
Points
0
Mysidian Dollar
0
Solved!

Hello! I have a question concerning queries (the little white text on the bottom of your page?). Is there any way to change the color of it so it doesn't stand out so much on a dark background? :hmmm: Or is there any way to hide it together? I'm not that good at coding so I tried to find it but am not sure where it is.

And example of what I'm talking about can be found at my site: http://pockettu.site11.com/index.php

Any help on the matter would be greatly appreciated! Thank you!
 
Last edited:
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 .= "";
 
Last edited:

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,278
Messages
33,127
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top