Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Rebranding SS 3.0?


Go to End


3 Posts   1636 Views

Avatar
Crossbound

Community Member, 14 Posts

1 July 2012 at 6:10am

Edited: 01/07/2012 6:11am

Is there info available on how to do rebranding on SS 3.0? Is it similar to 2.x?
I'm not able to find anything searching the forums or the web.

Thx

Avatar
Willr

Forum Moderator, 5523 Posts

1 July 2012 at 3:56pm

I started on a framework for allowing people to replace the colours and logo in the admin section by replacing SCSS variables with their own [1], but it isn't in a API stable / working / documented state at the moment.

[1] You can see the cms 'theme' at https://github.com/silverstripe/sapphire/blob/master/admin/scss/themes/_default.scss. The current theme is included by a line in the screen.scss file (https://github.com/silverstripe/sapphire/blob/master/admin/scss/screen.scss#L33), there is also a grayscale version I used while testing still in there.

If you want to play around with the themeing you'll need compass installed (to compile the scss) and muck around with those files mentioned.

Avatar
Crossbound

Community Member, 14 Posts

1 July 2012 at 4:00pm

Thank you Willr, I will have a look.