Hi,
Here is a link to my gallery http://www.ferkeybuilders.com/gallery
First thing I can't get rid of is the word "english" in the upper left corner.
Also there is a bullet along the left side of the main content just below the menu that I can't get rid of either. The bullet only shows up in Firefox, but not in IE. When I am signed in as admin the bullet is next to the admin menu title. When I logout, the admin menu disappears, but the bullet doesn't. Can anyone tell me where to look to get rid of this? I already looked in the template file and its not there.
Thanks!
I solved the bullet problem, i found list-style-type: disc; and added none. But the english problem is still there.
Seems to have been code left in the theme by mistake. Edit themes/winter_blue/theme.php and remove the line
echo $CONFIG['lang'];
That worked!! ;D Thank you so much! I looked at the theme.php but I didn't really know what I was looking for.
Your awesome!