First of all, you can edit the Admin's Theme color to your own accord. Just simply edit the skin's value in the config/asgard.core.core.php. This are the available skins:
- skin-blue,
- skin-green,
- skin-black,
- skin-purple,
- skin-red,
- skin-yellow.
Next you can set the title of your site in the settings page of the admin and it will directly affect and put the name of the site in the upper left corner of the website.
Lastly, you can freely takeover the css of the available themes or make your own theme. Take note, that you must publish first the theme so that it will take effect on the site. To publish the assets to the public directory and make the accessible to the webserver, you have to use a publish command:
php artisan asgard:publish:theme
References:
https://asgardcms.com/docs/core-module/configuration
https://asgardcms.com/docs/themes/usage
Comments
Post a Comment