Quote Originally Posted by turuga View Post
It seems some or one css files are called from outside website: https://maxcdn.bootstrapcdn.com/boot...tstrap.min.css.

Perhaps at beta stage it was done so? should all css be downloaded somehwhere?
Thanks.
No, that was and is intentional...

The Bootstrap CSS framework is loaded via the BootstrapCDN, this file controls the look and feel.

Any and all CSS additions & overrides should be put in either the /includes/templates/bootstrap/css/stylesheet_colors.css or /includes/templates/bootstrap/css/stylesheet.css files or as @lankeeyankee suggested, create a new file /includes/templates/bootstrap/css/stylesheet_zcustom.css

If you choose to do a custom download of the bootstrap CSS framework, it should be called where the BootstrapCDN link is called or overrides will not be picked up.