Hello,

In my index.php file front page at first, it has a xampp logo - then in order to erase it I have to place this code:

<!-- Favicons -->    
<link rel="shortcut icon" href="img/icons/favicon_.ico">
<link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" href="img/icons/apple-touch-icon.png">

by miss leading the favicon address (favicon_.ico)

Now, my only problem is that all my backend files after I login has that xampp logo on the left side of the title. I wonder how to erase it through css. There are too many backend files if I have to place the same code for every backend file in order to erase the every backend file.

Recommended Answers

All 3 Replies

You could just rename or delete the favicon. Or do you not have access to it?

I already rename the favicon and the xampp favicon still appears in left side of the title (web browser tab).

Member Avatar for diafol

Have u cleared the cache in the browser? I always find that just replacing the favicon with my own requires a cache clear to display it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.