Open AndreLZGava opened 8 years ago
In the aplication scss I found and change @import "AdminLTE/skins/skin-blue"; for this @import "AdminLTE/skins/skin-black-light"; or either I could use this @import "AdminLTE/skins/skin-black"; anyway the nav on top is transparent now, not white as it should be as the last example I send in the other message, is this a bug or is this right?
@AndreLGava Did you figure this out? I was able to change the skin to another color by going into the application.scss file and replacing *= require AdminLTE/skins/skin-blue
to the color I wanted. And then within the layouts on admin_lte_2.html.erb, I changed the CSS class in the body from skin-blue
to the color I wanted. It worked for me.
Thanks @foxiae now worked fine
Here https://almsaeedstudio.com/preview I can chose a themplate based in the top right icon cog, is there a simple way to change the default template in rails app to other than blue/black template?
Thanks