Skip to main content

How to remove or replace the wordpress icon?

I unchecked the "powered by" but the wordpress icon still persists. How do we replace or remove the icon entirely?

How to remove or replace the wordpress icon? How to remove or replace the wordpress icon?

Gregory Storm

That only shows when you are logged in as an Admin. Open up an incognito window as a logged out user and see if you still see the WordPress logo.

Nidzam

Gregory StormΒ ah...that makes sense now. Thanks!

Debo Ogunrinde

Nidzam DeveloperΒ are.you aware the (W) Wordpress icon is linked to getting back to your Wordpress admin? Curious why getting rid of it?

Nidzam

Debo OgunrindeΒ no i wasn't aware. πŸ˜…

Aaron Liang

Like the others mentioned, only admin can see that icon. But if anyone still wish to remove it for whatever reason, here is the CSS code to do it:

.fcom_wp_admin_link {
display: none!important;
}