Topic: How to use customized skins on 4.5.1?
newtongamajr pro asked 6 years ago
I didn't find how to use this new feature implemented on 4.5.1. Could you please, give me some help?
Add comment
Marta Wierzbicka staff answered 6 years ago
Hi,
This functionality will be improved in the next release which will be in May and we describe it in our documentation of skins but for now, I can tell you a few steps to do it. You need to use SCSS files to create your own skin.
- In your package, in SCSS folder, you can see
_custom.scss
file, so create another file in the same place, eg._custom-skin.scss
. - Next, in the
mdb.scss
file, import your new file like on the second screen. - In your
_custom-skin.scss
file, add an object with colors and change "test" for your name and values of colors. Save the file and recompile. - Add your new skin to the
body
tag in yourindex.html
file and save the file. After that, you should see your own skin.
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 jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags