Logo & Favicon
By default, ColibriPlus uses a default logo and favicon. You have to set your own logo and favicon to make your site.
Logos
Dark and light themes have different logos, so you have to provide both of them.
bash
├── public/assets/logos/
│ ├── dark.png
│ └── light.png
- Replace
dark.png
with your dark theme logo. - Replace
light.png
with your light theme logo.
WARNING
Please make sure you have the same logo size for both dark and light themes.
Favicons
You can replace the favicon by running the following command:
bash
├── public/
│ ├── favicon.ico
│ ├── favicon.png
│ └── favicon.svg
Upload and replace all 3 formats of favicon. PNG, ICO, SVG.
INFO
Sometime you have to clear your browser cache to see the new favicon and logo.