Change Favicon & Image

The favicon can be found in the head tag, you can change the favicon by replace assets/img/favicon.ico to your favicon like assets/img/yourfavicon.ico

<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">

Findeas download package does not contain images which are there in our online demo. We are using placeholder images instead of real images. You can replace placeholder image url with your image url like assets/img/yourimage.jpg

<img src="image path" alt="image alt text">