How do you create a child theme for Classipress?
Under the /styles/ folder, there's a file called "custom-sample.css" that has this within it:
/*
-------------------------------
ClassiPress Custom Stylesheet
-------------------------------
Add your own custom styles here instead of editing the
core .css files. This makes it much easier to update
your theme when new versions are released. Simply copy
an existing style or create your own below. Anything
in this .css file will trump the existing styles.
*/
....I copied over the code from another theme in the folder into this custom-sample.css and modified it, but nothing happened on the live site. How exactly does this work??