- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
JS Animated. How to replace text logo with an image
April 13, 2015
Hello, this tutorial shows how to replace Text logo with an Image logo in your HTML template.
JS Animated. How to replace text logo with an imageIn order to find out what logo type is used in the template, you need to inspect the element or press F12 key to check pages source code.
In case there is a text logo and you want to replace it with your image, please follow the steps listed below:
-
Log into your FTP and open index.html file. Locate the piece of code that is corresponding to logo part:
-
Remove the logo text and insert the image tag inside the link tag:
Make sure to close the image tag:
-
Save the changes and re-upload the file to the server.
-
You should also upload the logo image to the path that you have specified in index.html file. Open the images folder and upload the image:
-
Refresh the page and check your new logo image.
Please note that the changes should be made in all index.html files.
Feel free to check the detailed video tutorial below:
JS Animated. How to replace text logo with an image