Applying custom CSS styles


Perfex CRM supports custom.css file that will be autoloaded all over the CRM to apply your custom styles.

This file don’t exists in the core files and you wont need to worry to lose your changes when performing an update.

You can achieve this by creating a file custom.css in assets/css, after the file is created you can use your favorite code editor an apply custom styles.

You will need some basic knowledge of CSS, you can read more here


Did you find this article useful?



  • PDF Customization

    File Location This is a general example how to modify the invoice PDF file, check on the bottom of this article for other PDF documents file location...

  • Customers Templates

    If you want to change the client area look copy the existing main theme Perfex located in application/views/themes/ and rename to your theme...

  • Action Hooks

    Perfex CRM support various action hooks all over the code to give the buyers the best experience. Create file with name my_functions_helper.php&...

  • Overwrite Translation Text

    If you need to overwrite some translation text you can create your own custom language file. This is used if you want to change some text in the...

  • Add Full Size Login Background Image

    Perfex CRM does not officially support login background image for admin area and customers area to keep the simplicity, but we created simple CSS...