I created a child theme of landline – using the ‘one-click child theme’ plugin – but all of the changes I make don’t show up… For example to change the background color – here is this code:
What am I doing wrong?
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>/style.css” type=”text/css” media=”screen” title=”no title” charset=”utf-8″>
/*
Theme Name: Child_of_Landline
Description: Similar to Landline with different fonts, colors and location of the header.
Author: taylorshain12
Template: landline
*/
/*
@import url(“../landline/style.css”);
*/
{
.wrapper
{
background: ##908;
width: 720px;
margin: 75px 0 0;
padding: 50px;
box-shadow: 0 0 10px #777;
}
}