Knowledge Base

How can I customise the Blesta CSS?

We recommend you create your own css file that way you don't overwrite it when upgrading.

Create a file in /app/views/client/your-theme/css/ called custom.css

Then link to it in the <head> section with the following:

<link href="<?php echo $this->view_dir; ?>css/custom.css" rel="stylesheet" type="text/css">

Please rate this article to help us improve our Knowledge Base.

0 0