Closed (works as designed)
Project:
Zero Point
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2010 at 21:24 UTC
Updated:
1 Oct 2015 at 00:13 UTC
Jump to comment: Most recent
Comments
Comment #1
florian commented1. You should use only _custom/custom-style.css for any custom css. By design the theme does not allow another custom css file, because it is not needed.
2. Just modify the following line in _custom/custom-style.css, to ask for file(s) in your new folder, located in the _custom folder:
... and do not forget to copy rotate.php to your new folder.
Comment #2
belong@mywebworkshop.com commentedI have 2 use cases for a subtheme.
I want to present the client with 2 versions of Zeropoint. I want to operate a multisite setup using zeropoint as the theme, but each site looking different. But I do not want to have to maintain 2 installations of zeropoint, nor keep multiple copies of custom.css aligned - that is what subthemes are for, after all.
As I understand subthemes, declaring different stylesheets in the .info file is the way to do it, with a different name when one does not want to over-ride but to add to the base theme.
It seems this theme is set up in such a way that the usual method of subtheming will not work.
So what is the custom way this theme will support subthemes?
Kind regards
MIriam
Comment #3
florian commented