child theme doesn't import parent css
-
I am using the builder responsive multi-purpose theme. I created the child theme, selected and activated it from the dashboard. Problem is the style formatting of the header, menu and footer areas don’t transfer to the child theme. any help or advice would be greatly appreciated.
My site is http://www.brewer2inspect.com
I placed the child theme under /wp-content/themes and titled it builder-child. Below you will find my code for my new style.css file placed in the builder-child directory.
/* Theme Name: Builder Child Theme URI: http://brewer2inspect.com/builder-child/ Description: Builder Child Theme Author: Mark Goodman Author URI: Template: builder Version: 1.0.0 */ // This @import line loads the stylesheet from the parent theme*/ @import url('../builder/style.css'); /* =Theme customization starts here -------------------------------------------------------------- */ body { background-image: url("http://brewer2inspect.com/?attachment_id=650"); }After this didn’t work I looked at the original style.css parent file and add all the imports used in that changing the code but that didn’t work either. with those edits the code looked like this:
@import url('assets/css/bootstrap.css'); @import url('assets/css/bootstrap-responsive.css'); @import url('assets/css/docs.css'); @import url('assets/js/google-code-prettify/prettify.css'); @import url('assets/nivo/nivo-slider.css'); @import url('assets/css/prettyPhoto.css'); @import url('assets/css/options.css'); -
The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.
This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/
The forum at WordPress.ORG is not connected to WordPress.COM so you will need to open an account at .ORG if you do not already have one. You may use the same email at WordPress.ORG as you do at WordPress.COM.
For more on the difference: http://support.wordpress.com/com-vs-org/
-
Hi there,
I’m afraid you’re in the wrong forums. These are specifically for blogs hosted at WordPress.com, where access to files is not allowed.
Yours is a self-hosted blog powered by WordPress software, assistance for which is available at the community support forums of WordPress.org.
-
- The topic ‘child theme doesn't import parent css’ is closed to new replies.