
Sophia child theme for Thematic & Buddymatic
This is a child theme created for Thematic. You can use it with Buddymatic by changing
Template: thematic
...
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
to
Template: buddymatic
...
/* Apply a basic layout */
@import url('../buddymatic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');
/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');
in style.css in the sophia folder. Download the Sofia child theme over here.
Updated, thanks to Grandin comment below