-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I change the Nav-bar Logo to my own Initials? #270
Comments
Hello, I have researched the code and in the loader.js changed the letter to M
|
Thank you for your answer, I couldn't find it at first but succesfully did after some time. We just need to change the SVG path to our own specified SVG logo path and play around with the values of translate to center the SVG logo into the hexagon in logo.js |
Great, thank you |
How did you do that? would you help me to do this I went to change it to Edited: I resolved this issue.😁 But didn't find any solution to change favicon can you help me to figure it out? Thank you |
Inside the logo.js. Just Remove the path, and add the path I told you. Here is the full code of the logo.js I used
|
How do I change favicon? |
You can change the image named favicon.ico to your own icon😏 |
Actually no. The icon directory can be changed from config.js file. Mine one worked without changing image. I just changed the location of .ico file to my own one in > config.js |
It's okay too |
Thank you for your response |
Just wanted to know how this can be changed. I wanted to put 'A' Instead of B, because that's my original name initial.
The text was updated successfully, but these errors were encountered: