I need to edit the Header files but I was unable to find them. As no files was seen in /themes/templates/ Thanks in advance.
I need to edit the Header files but I was unable to find them. As no files was seen in /themes/templates/ Thanks in advance.
To customize footer, create the misago/footer.html
file in /theme/templates/
. This will make Misago use your file instead of default one. For reference, here is how default footer template looks like.
Header file has to be customized twice: first in HTML templates, and then by forking JavaScript application, so I am not sure if you really want to do that, unless you want to customize the black bar with logo, then you can do it by creating misago/navbar.html
with your own version of this file. ;)
Hey, I've tried this and it doesn't seem to work.
Thanks
Did you create misago
directory within the theme/templates
and restart Misago docker after putting your file in theme/templates/misago
?