Is it possible to customize the look of dashboard with css?

edited June 2014 in Share
I have followed the following tutorial on creating a simple guestbook module:

http://www.sitepoint.com/getting-started-with-fuel-cms-2/

Is it possible to customize the appearance of dashboard with css to give it a new look? Any advice would be greatly appreciated.

Comments

  • edited 9:47AM
    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';
  • edited 9:47AM
    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"
  • edited 9:47AM
    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.
Sign In or Register to comment.