Yes. There is a FUEL configuration parameter you can add to your fuel/application/config/MY_fuel.php file of "xtra_css" where you can specify a CSS file (located at assets/css/): $config['xtra_css'] = 'my_fuel.css';
Thank you, it works. Is it possible to change the HTML and built-in messages of dashboard too? e.g. I want to change this message: "You are about to delete the item"
For the HTML, that is in the fuel/modules/fuel/views folder and the language is in the fuel/modules/fuel/language folder. Unfortunately, there is no way to make changes to those files without hacking the fuel module itself.
Comments
$config['xtra_css'] = 'my_fuel.css';