sorry for the confusion – 3.8.1 refers to the WordPress version.
Here is my child theme:
/*
Theme Name: decode_child
Template: decode
Author: Child Theme Configurator by Lilaea Media
Version: 1.0
Updated: 2014-01-25 03:15:53
*/
@charset "UTF-8";
@import url('../decode/style.css');
.site-main
{
background-image:url(/wp-content/uploads/2014/01/semi_transparent_bg.png);
}
.sidebar
{
background: rgba(0,0,0,0.5);
}
.sidebar.constant.left {
border-right: none;
}
The ‘site-main’ works fine, but the references to “sidebar” seem to do nothing.
Any ideas?