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

Angularjs unit testing - ng-disabled not working when adding text to textarea -

sql - invalid in the select list because it is not contained in either an aggregate function -

How to start daemon on android by adb -