In order to use new Bootswatch theme color in the navbar, I copied system 
css files to mytheme css dir:
'D:\dj\loc\lib\site-packages\mezzanine\core\static\css\mezzanine.css'
to
'mytheme\static\css\mezzanine.css'

and 
'D:\dj\loc\lib\site-packages\mezzanine\core\static\css\bootstrap-theme.css'
to
'mytheme\static\css\bootstrap-theme.css'


After that I commented out navbar section 
from 'mytheme\static\css\bootstrap-theme.css', 
/*
.navbar-default {
(end of all navbar items)
*/
Now the navbar will use new color.




And commented out
/*
'footer'
*/
from file 'mytheme\static\css\mezzanine.css'
Now the footer will use new color.


-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to