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

SS3 CMS Styling Changes


Go to End


2 Posts   965 Views

Avatar
zenmonkey

Community Member, 545 Posts

3 August 2012 at 2:00am

When styling the CMS do I just create a new scss file with the variable overrides that gets called with LeftAndMain::require_css() or do I need to redefine the whole css selector? Do I call require_css in my _config? and finally I don't see a scss variable for the splash screen logo in the _default.scss, where is that defined?

Thanks

Avatar
BenWu

Community Member, 97 Posts

4 August 2012 at 12:17am

yes,

i got

LeftAndMain::require_themed_css('zenserve_admin');

and it seems working fine