Child Theme or Custom.css?
I just purchased the theme, asked about this prior to, but is there an issue with creating a child theme for Clipper, or will I need to use a custom.css left in the existing clipper folder in order to modify the theme?
I tried the following in the styles.css to no avail...
/*
Theme Name: Clipper Child Theme
Version: 1.4
Description: A child theme for Clipper.
Author: Me
Author URL:
http://www.***********.com
Template: clipper
*/
@import url("../clipper/style.css");
@import url("../clipper/styles/blue.css");
...placed in the "clipper child" folder I created and it seems to missing additional css because it's not showing properly (everything is pushed to the left of the screen). I also made sure Disable Core Stylesheets is set to Yes.
However, when I setup Clipper using the existing theme, I have no problems at all.
Lastly, not sure if it matters at all, this is being setup in a
WP multisite environment and do not have issues with other themes.
Thanks