Title: functions.php and style.css-contents?
Last modified: August 22, 2016

---

# functions.php and style.css-contents?

 *  [janis1979](https://wordpress.org/support/users/janis1979/)
 * (@janis1979)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/functionsphp-and-stylecss-contents/)
 * Hello! Tell me why in the parent theme functions.php and файлы-style.css almost
   empty?? Where their contents?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Oxygen89](https://wordpress.org/support/users/oxygen89/)
 * (@oxygen89)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/functionsphp-and-stylecss-contents/#post-5236270)
 * It cannot be empty. Otherwise, you will not be able to see anything. Because 
   any theme loads all the styling from style.css and functions from functions.php(
   Basic theme)
 * If you’ve created a child theme, then child theme contents (Functions.php and
   style.css) should be empty.
 * Are you able to access your site?
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/functionsphp-and-stylecss-contents/#post-5236427)
 * The theme’s functions.php kicks off init.php, which in turn kicks off all the
   other processes. So it contains only that one line for itself.
 * The stylesheet is loaded programatically by other files. Depending on what skin
   you have chosen, the theme will load red.css, blue.css, etc.
 * If you want to make modifications, you should create a child theme and edit that.(
   See [How to Customize Customizr](http://www.themesandco.com/customizr/how-to-customize-customizr-wordpress-theme/)
   for more.)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘functions.php and style.css-contents?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/functionsphp-and-stylecss-contents/#post-5236427)
 * Status: not resolved