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.