In Portrait you can apply your own design (color and graphics):
Graphics
You can change the logo and hero of the app to your needs:
...
Logo
Open the file app/config/ui/.env
and change the following line:
...
The template makes use of this recommended ratio: 8:1 (width : height).
Hero
The hero is shown on the dashboard and can either be a JPG, PNG or SVG file. We strongly recommend to use a SVG file. Set the hero with the following flag in app/config/ui/.env
:
Code Block |
---|
#The (relative) path to the hero HERO_PATH=https://yourwebsite/assets/hero.svg |
Color
You can set the primary color of the app with this flags inside app/config/ui/.env
:
...