ludo974 Hi
You're correct, ThemeMagic feature is not available from Joomla 4, however, you can change in LESS files, it would be the same as you use ThemeMagic.
For example, if you want to change the blue color to orange, you can follow this:
1/ BACKUP your site first
2/ Copy file: ROOT/templates/uber/less/variables.less
and paste into: ROOT/templates/uber/local/less/variables.less
- you can create this path if it doesn't exist now on your site.
3/ Open this file in the new local directory and look for this line of code:
// Brand colors
// -------------------------
@brand-primary: #FFA500;
...
and change the @brand-primary variable to orange as above.
Regarding the font family, you look for this code:
// Typography
// -------------------------
@font-family-sans-serif: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
@font-family-serif: Cambria, Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
4/ Go to Backend of your site >> Site Template Stylels >> edit Uber template style >> General tab >> and check the Development Mode is ON or not. If it's enabled now, just refresh your site to see the changes. In case it's disabled, you need to Compile less to css: