Child theme to add category icons
I have been reading a tutorial to add icons to categories. The best option seems to be to make a child theme. It is easy to make a folder with a name of the child theme and place it into the themes folder in Wordpress. The problem that I am having is that the folder is empty and there is no place to add the code. How do I add this code:
/*
Theme Name: ClassiPress - Child Theme
Theme URI:
http://appthemes.com/
Description: Child Theme for ClassiPress
Author: Seth Carstens
Author URI:
http://sethcarstens.com/
Template: classipress
Version: 3.0.3
*/
@import url("../classipress/style.css");
@import url("../classipress/styles/red.css");
So I need a little help with that. Then a little later in the tutorial it says to disable core stylesheets. Is that something that I need to do?
It appears as though the only information that will be in this file will be the above code and the category/icon codes. Is that correct?