You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switching to another theme does not work because of the necessary convention that's not integrated in your cssfile.
In the docu (-> Themes) you will read that the css file will be read by its name and therefore it has to be
body.theme-your_theme_name_here {}
instead of only
body {}
like it is now.
This goes for the whole css.
So if you change your css to this convention you are done and it will work.
Greets
Achim
The text was updated successfully, but these errors were encountered:
Hi,
switching to another theme does not work because of the necessary convention that's not integrated in your cssfile.
In the docu (-> Themes) you will read that the css file will be read by its name and therefore it has to be
body.theme-your_theme_name_here {}
instead of only
body {}
like it is now.
This goes for the whole css.
So if you change your css to this convention you are done and it will work.
Greets
Achim
The text was updated successfully, but these errors were encountered: