Skip to content
Discussion options

You must be logged in to vote

Hey @ale1981 the reason why backpack is not picking your styles definition on the ui.php config file, is because tabler theme overwrites that styles key, so you need to configure it on theme config file, that takes precedence over the ui file.

If you haven't published tabler configuration yet, you can do it with: php artisan vendor:publish --tag="theme-tabler-config"that will publish to your application the tabler config file, where you can find : https://github.com/Laravel-Backpack/theme-tabler/blob/1afe83382194d776717804ca9ea4a1e82e398ccc/config/theme-tabler.php#L41 to add your styles.

No need to overwrite files, I think @jorgetwgroup may have misunderstood what you wanted to achieve here.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@pxpm
Comment options

pxpm Nov 20, 2023
Maintainer

Answer selected by pxpm
@ale1981
Comment options

@pxpm
Comment options

pxpm Nov 21, 2023
Maintainer

@ale1981
Comment options

@pxpm
Comment options

pxpm Nov 21, 2023
Maintainer

Comment options

You must be logged in to vote
1 reply
@ale1981
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants