SilverStripe CMS custom css -


when set css class cmsfield ->addextraclass("my-class");, css file can edit set styling new css class?

the way see editing either css files in framework or cms folder, rather avoid doing.

is possible include link custom css stylesheet in cms area can place css code?

you can load custom stylesheet cms adding following config.yml file:

leftandmain:   extra_requirements_css:     - mysite/css/mystyle.css 

Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -