Hello,
I try to get running the style.css within my own child theme. Without success.
I activate my child theme in wp backend.
I uploaded a style.css within my folder of my child theme.
And I import ../toolset-bootstrap-3-min/style.css in my style.css
The style.css looks like this:
/** * Theme Name: Name * Theme URI: http://mysite.com/ * Description: A child theme. * Version: 1.0 * Author: author * Author URI: http://mysite.com/ * Tags: theme-options * Template: toolset-bootstrap-3-min */ @import url("../toolset-bootstrap-3-min/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ body { background-color: #ff0000; color: #ff0000; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857; }