• Hi everyone

    I’m having a bit of a problem with creating a child theme.

    I’ve been asked by a client to make some changes (Ones that will involve a child theme) to his site.

    The theme (Architec) has a style.css file in the usual place (themes/architec/style.css) but all the styles I want to change are located in a different place (architec/css/default.css) and won’t change when I put the @import url in. I’ve tried naming my child stylesheet style.css and default.css but to no avail.

    This is my child theme css:

    /*
     Theme Name:     architec child
     Theme URI:      http://gwarchitectural.com/architec-child/
     Description:    architec Child Theme
     Author:         Design F
     Author URI:     http://www.gwarchitectural.com/
     Template:       architec
     Version:        1.0.0
    */
    
    @import url ("../architec/css/default.css");

    The url is http://www.gwarchitectural.com

    Am I doing something wrong?

    I’ve done several child themes before!

    Thanks a lot for your answers

    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child theme won't work – multiple stylesheets.’ is closed to new replies.