Laravel-adminlte: Changing colors

Created on 28 Aug 2020  路  4Comments  路  Source: jeroennoten/Laravel-AdminLTE

Hey,

Is there a safe way to change the colors for adminlte 3 (eg. primary color)?

I read somewhere that you have to change the bootstrap colors to achieve this but I've tried and it doesn't do anything.

question

All 4 comments

You want to replace the default primary color?

Yes, and the only way I found how to do this is by overwriting classes.

That would be awesome if we could set the colour variables in the config file

That would be awesome if we could set the colour variables in the config file

That would not work, you need to recompile the existing css files and replace them otherwise your won't get custom colors.
Laravel-AdminLTE comes not with own CSS files it uses the AdminLTE CSS files.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahishamali10 picture ahishamali10  路  5Comments

claytongf picture claytongf  路  5Comments

fagnerfjas picture fagnerfjas  路  5Comments

jlcanizales picture jlcanizales  路  3Comments

santiagoferraz picture santiagoferraz  路  5Comments