• Resolved sbradley9

    (@sbradley9)


    Hi, here is what I type to access my parent style.css:

    https://www.stephenjbradley.com/wp-content/themes/esteem/style.css

    If I type that into my browser it accesses the parent style.css no problem.

    Here is what I have in my child theme style.css:

    /*
    Theme Name: Esteem-Child
    Description: Esteem Child Theme
    Template: esteem
    */
    @import url(“https://www.stephenjbradley.com/wp-content/themes/esteem/style.css”);

    /* =Theme customization starts here
    ————————————————————– */

    And yet I’m getting nothing……

    Any suggestions would be really welcomed, thanks!!!

    Stephen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sbradley9

    (@sbradley9)

    ps specifically I’m not getting menu layout and overall body / wrapper layout that I’m wanting and that was in the parent theme…..thanks!
    Stephen

    It looks like you might be using curly quotes instead of straight quotes in your @import line. Make sure you’re using a text editor to edit your stylesheet and if you copy-and-paste code from another source, make sure that the quotes are correctly converted to straight quotes.

    Thread Starter sbradley9

    (@sbradley9)

    Awesome that solved it thank you!
    Stephen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme not Working with Esteem Template’ is closed to new replies.