Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Theme template #10

Open
AndreLZGava opened this issue Jan 8, 2016 · 3 comments
Open

Theme template #10

AndreLZGava opened this issue Jan 8, 2016 · 3 comments

Comments

@AndreLZGava
Copy link

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

@AndreLZGava
Copy link
Author

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?

@oliikit
Copy link

oliikit commented Aug 29, 2016

@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.

@AndreLZGava
Copy link
Author

Thanks @foxiae now worked fine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants