So I created a Child Theme from the 'Landline Theme' - using the 'One-click child theme plugin' - and I can't seem to create any css changes to my site -
I copied the style code from the 'developer tools' ---but nothing seems to make any changes - Here is the code that I was using: This is just to change the background to black... any one have any ideas? taylorshainfilms.com
<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");
*/
<div class="wrapper">
{
.wrapper
{
background: ##000;
width: 720px;
margin: 75px 0 0;
padding: 50px;
box-shadow: 0 0 10px #777;
}
}