Hello everyone,
I wonder how to apply my own theme to change the style or constructor of the web page. Is there any demo or example or documents?
Thanks all!
Hello everyone,
I wonder how to apply my own theme to change the style or constructor of the web page. Is there any demo or example or documents?
Thanks all!
In current versions of Misago to customize the looks you need to upload custom misago.css
file to theme/static/misago/css
and run manage.py collecstatic
.
In next release there's proper theming system finally coming in, but that version is still months away from release. :(
thanks for your replying. if I want change the HTML files ,for example. I add one <div> or something, what can I do? thanks
Misago interface is written in React.js, so you will have to copy frontend
directory and customize it your way.