I want to include Material Design (https://materializecss.com/) into my ghost site. I have included all necessary js- and css-files into the site header and included a component in a post. Everything works fine except: HTML-Elements of type “nav” change color and other properties.
Any suggestions how I can prevent such side effects?
Hey! Might be easier for us to visualize if you include a screenshot of what you’re seeing.
1 Like
Hi, Thanks for your reply. Below please find 4 files: 2 (top and bottom nav) without Materialize active
and 2 with Materialize active . Regards, Jacques BoppThose are the default colors provided by the stylesheet. You need to add the proper color classes to the nav
and possibly other elements. Check out their documentation here