What’s the roadmap looking for opening up the ability to modify and customize themes?
Quick tip: Chrome & Brave users can install “USER CSS” extension then modify the color’s CSS in Inspector and copy and paste the modify CSS into the extension for your CRM instance.
I can’t recall, all I know is that we need to have a proper way to compile scss to css to be able to manipulate and create our own themes. Personally, I’d like to have a theme customizer page in the backend where we can select colors easily, hit save and get on with our day.
I asked ChatGPT for you (since I didn’t really know either)… This could be totally false.
Input:
The last post in the conversation wasn’t answered (By Mikeh), what should we tell him? What are the steps to modifying CSS in a apache php web server running suiteCRM?
Output:
Hi Mikeh,
Sorry for the late reply. To modify the CSS in a apache php web server running suiteCRM, you have a few options:
You can edit the themes folder in your suiteCRM root directory, which contains the CSS files for each theme. You may need to change the ownership and permissions of this folder to allow your web server user to access it¹. For example:
sudo chown -R www-data:www-data themes
sudo chmod -R 775 themes
You can create a config_override.php file in your suiteCRM root directory, which allows you to override some of the configuration options in the config.php file³. You can use this file to add custom CSS code or link to external CSS files. For example:
You can use PHP to output a CSS file dynamically, which can allow you to change the CSS values based on some conditions or variables⁴. You need to set the correct header for the CSS file and echo the CSS code. For example:
@kyleb if you don’t know enough to evaluate the quality of the AI response, I don’t think it’s a good idea to post that here, even though I appreciate the fact that you made it explicit how you obtained the answer.
These answers tend to have a lot of content, and most of it quite misleading, because it’s made of half-truths - stuff that is somewhat correct, but not completely, and not really adjusted to SuiteCRM.
Every time I see these AI answers here I feel a motivation to stop answering forum threads, because this just confuses things more than necessary.
It is not able to personalize them as in v7 but you can use us extension for customize all most element. If you interested please refer in the store SuiteCRM 8 theme editor