Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Created September 26, 2013 07:47
Show Gist options
  • Save zet-snippets/6711040 to your computer and use it in GitHub Desktop.
Save zet-snippets/6711040 to your computer and use it in GitHub Desktop.
Wordpress: Childtheme Template CSS
/*
Theme Name: Childtheme
Theme URI:
Description: ...
Author: Andreas Zimmermann
Author URI: http://www.deine-adresse.de/
Template: basistheme
Version: 1.0
*/
/* Import the stylesheet from the parent theme */
@import url('../basistheme/style.css');
/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment