Hi keenthemes,
could that be possible to put the aside menu of demo1 inside a drawer in demo6 ??
Does the css support it or it is specific to demo1 ?
I mean put this menu of demo1 :
<img src="https://i.ibb.co/wznLBSy/aside-drawer.jpg" alt="image" class="align-start mw-100"/>
inside this drawer of demo6 :
<img src="https://i.ibb.co/vLc5mrj/aside-drawer-demo6.jpg" alt="image" class="align-start mw-100"/>
Thank you.
Hi,
Great! To use the dark mode some extra sass files should be moved from demo1 to demo2
themes/metronic/html/demo1/src/sass/layout/aside/_menu.scss
themes/metronic/html/demo6/src/sass/layout/aside/_menu.scss
demo6
following:themes/metronic/html/demo1/src/sass/layout/_layout.scss
aside-dark
class to the parent container of aside(can set it to the body tag).Hi Sean, Thank's for the quick reply.
but I'm lost on "And include it in demo6 following:" part ???
What should I do with "_layout.scss" of demo1 ?? use it to ovveride the "_layout.scss" of demo6 ??
Any explanation ?
thank's
Can you refer to demo1's _menu.scss
include in it's _layout.scss
? The demo1 has custom code to make the aside dark optionally with the parent css class aside-dark
assignment.
Forget about it,
IT is wonderfully working, amazing how it looks inside of a drawer ,
Wanted to use the aside menu for a drawer to link to different pages.
Just now looking to make it look like dark as in demo1. any tips ?
Thank you guys.