Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   How do I remove smiley face in Footer? (http://forum.bytesforall.com/showthread.php?t=394)

dave925 Feb 15, 2009 08:30 AM

How do I remove smiley face in Footer?
 
I just installed this theme, and I do not know how to remove the smiley face at the very bottom of the footer. I am happy to leave the Bytes for All links as a credit, but I would like to delete the unnecessary smiley face.

Thanks!

Flynn Feb 15, 2009 08:56 AM

That is being inserted by WP Stats. Some image needs to be there for the counting process but not necessarily visible. Perhaps the plugin (?) has an option to not (visibly) display that image.

Or, try through Atahualpe Theme Options -> HTML/CSS Inserts -> CSS Inserts

To move it to the left, way outside the browser viewport:

HTML Code:

img#wpstats {
position: absolute;
left: -999em;
}

Or to change its size to 1 x 1 pixel

HTML Code:

img#wpstats {
width: 1px !important;
height: 1px !important;
}

After doing that check if the stats are still being processed, just to be sure, but they should.

dave925 Feb 16, 2009 07:23 AM

Thanks, this seems to have worked perfectly!


All times are GMT -6. The time now is 06:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.