WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-616b80-11.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 110555 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: How to customize sidenav colors ?
GuillaumeDgr
pro premium asked 5 years ago
Expected behavior How to put customs colors for sidenav (default / active / hover...) ? Thks
Actual behavior No info found in doc and etc..
Resources (screenshots, code snippets etc.)
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Pro
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: 6.7.1
- Device: Mac book pro
- Browser: Firefox developers
- OS: MacOs
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 5 years ago
You can easily change colors using three properties: - color - sidenavClass - backdropClass
You can find documentation and examples here: https://mdbootstrap.com/docs/vue/navigation/sidenav/#docsTabsAPI
Best regards
GuillaumeDgr pro premium commented 5 years ago
please give a clear example
Mikołaj Smoleński staff commented 5 years ago
Closing due to duplication of https://mdbootstrap.com/support/vue/how-to-customize-sidenav-colors-7bc20/