Title: Child theme css
Last modified: August 21, 2016

---

# Child theme css

 *  [Michael Burke](https://wordpress.org/support/users/mikeyb2001/)
 * (@mikeyb2001)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/)
 * if i made child theme should i paste the CSS from the editor to the style sheet

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849811)
 * Not all of the CSS from the parent theme, no. The only CSS you want in the child’s
   stylesheet is the custom changes that you want on your site.
 *  Thread Starter [Michael Burke](https://wordpress.org/support/users/mikeyb2001/)
 * (@mikeyb2001)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849821)
 * i mean the stuff from under appearance>editor it looks like its in the editor
   but not the stylesheet
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849824)
 * So what file are you referring to?
 *  Thread Starter [Michael Burke](https://wordpress.org/support/users/mikeyb2001/)
 * (@mikeyb2001)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849826)
 * /*
    Theme Name: Chronicle-Child Theme URI: [http://blueprints.akworkshop.com](http://blueprints.akworkshop.com)
   Description: An amazing blog/magazine template for all the WordPress aficionados
   of the world. Author: Michael Burke Author URI: [http://mikeyb2001.com](http://mikeyb2001.com)
   Version: 1.0 Template:chronicle Tags: */ [@import](https://wordpress.org/support/users/import/)
   url(“../chronicle/style.css”);
 * /* =Theme customization starts here
    ————————————————————– */
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849827)
 * So you are adding new, custom, CSS to your child theme’s stylesheet? Sorry but
   I’m getting a little confused here…
 *  Thread Starter [Michael Burke](https://wordpress.org/support/users/mikeyb2001/)
 * (@mikeyb2001)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849830)
 *     ```
       .wp-biographia-container-around {
       	background: #f2f7fc;
       	border: 1px solid #000;
       	clear: both;
       	margin: 20px 0;
       	overflow: scroll;
       	padding: 20px;
       	width: 586px;
       }
   
       div#footer-bg {
       	background: #000 url(http://mikeyb2001.com/wp-content/uploads/2014/04/footer-bg.png) repeat;
       	text-align: center;
       }
   
       div#footer {
       	width: 960px;
       	margin: 30px auto 0;
       	color: #858585;
       	font-size: 12px;
       	padding: 40px 0;
       	overflow: auto;
       	text-align: center;
       }
   
       div#followers {
       	background: transparent url(http://mikeyb2001.com/wp-content/uploads/2014/04/followers-bg.png) repeat;
       	padding: 20px;
       	color: #fff;
       	margin-top: 35px;
       	border: 1px solid #3c3c3c;
       	float: right;
       	-moz-border-radius: 5px;
       	-khtml-border-radius: 5px;
       	-webkit-border-radius: 5px;
       	border-radius: 5px;
       }
   
       .followers-col, .followers-subcol {
       	float: left;
       }
   
       div.followers-subcol {
       	width: 45px !important;
       	margin-right: 0 !important;
       }
   
       div#rss.followers-col {
       	width: 90px;
       	height: 37px;
       	margin-right: 15px;
       	float: right;
       }
   
       .followers-num {
       	font-family: Arial;
       	font-weight: 700;
       	font-size: 21px;
       	text-decoration: none;
       	color: #fff;
       	display: block;
       }
   
       .followers-desc {
       	font-size: 12px;
       	font-style: italic;
       	color: #cfcfcf;
       	text-decoration: none;
       	display: block;
       }
   
       #rss {
       	margin-right: 15px;
       }
   
       img.followers-icon {
       	float: left;
       	padding-right: 10px;
       	display: block;
       }
   
       div#sidecontent {
       	width: 245px;
       	float: right;
       	font-family: Arial;
       	font-size: 12px;
       	color: #5b5b5b;
       	line-height: 22px;
       }
   
       .search {
       	padding: 8px;
       	border: 1px solid #fff;
       }
       ```
   
 * heres the css that shows up on my editor but not in the code for some reason 
   but the site still seems to render as the code instructs mikeyb2001.com
 *  Thread Starter [Michael Burke](https://wordpress.org/support/users/mikeyb2001/)
 * (@mikeyb2001)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849832)
 * if you go to my site and view the source code ll you see is what i posted the
   first time but all that css i can stillsee in the back end editor
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849838)
 * The only stylesheet you should be editing is the one belonging to your child 
   theme.

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

The topic ‘Child theme css’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 8 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/child-theme-css-4/#post-4849838)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
