Happy face at the bottom of my website

Do you know how to get rid of this


Hi There,

To remove that smiley, please add this custom CSS under Theme Options > CSS:

img#wpstats{
     position:absolute;
     top:0;
     width:0px;
     height:0px;
     overflow:hidden;
}

For more information, please take a look at this article: https://www.isitwp.com/hide-the-wordpress-stats-smiley/.

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.