Topic: White theme for Angular
vmihaylov pro asked 6 years ago
How can I modify mdb-angular-pro application to make landing page with white theme like this? https://mdbootstrap.com/previews/docs/latest/html/skins/white-skin.html
Just copy-paste does not work:
- "Material Design for Bootstrap" is mixed with menu toggler (see picture)
- Menu toggler does not work
- Dropdowns do not work
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 6 years ago
Hello vmihaylov, You probably used wrong code example - in my opinion, you used jquery example instead of angular one. Head into navigation layouts link, and copy your desired navigation layout. Then open your index.html file located in root/src directory, and to tag add class .white-skin . Now everything should work fine. Docs: https://mdbootstrap.com/angular/layout/navigation/ Best Regards, Damian