• Resolved bluebird2

    (@bluebird2)


    I have created a theme child for Tarski. I was able to choose it from the “Appearance” page in Admin. It seems it is set up correctly because I can see my new PAge Template, “clean-archives.php”, in my “Add New Page” page in Admin.

    My problem is that the site does not recognize my changes to the “style.css” (placed in my new theme child). Here is the content of my “style.css”:

    /*
    Theme Name: My Name
    Theme URI: https://mywebsite.net/
    Description: Child Theme for Tarski
    Author: My Name
    Author URI: https://mywebsite.net/
    Template: tarski
    Version: 2.4
    .
    This work is released under the GNU General Public License (GPL), version 2:
    https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    .
    */</p>  
    
    <p>@import url("../tarski/style.css");

    What am I doing incorrectly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I know it’s late response but I was just busy setting up my own child theme and found your post. If you remove the </p> and <p> it should work. I suggest adding some styling so you can see what your theme generates.

    Thread Starter bluebird2

    (@bluebird2)

    Thanks. I noticed that myself later after posting the problem here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Child Themes”’ is closed to new replies.