Child Theme Not Working (for a change)
-
*******Configuration***********
Theme Base is Twenty Sixteen
Child Theme Directory twentysixteen-child
I created a child theme with Child Theme Configurator
Version 1.7.9.1 | By Lilaea Media | View details
Theme is activated
Site is mmosio.com
This my first attempt at child themes and this is the first style change so the CSS is about as simple as you get. I Know this is cockpit error I just need to know how I screwed up and how to fix it.
**************Details***********
I want to make the text layer background to be semi-transparent (home page)
mmosio.cominitially I put the following in the Simple CSS
.site
{
background-color: rgba(195, 195, 195, 0.7);
}
That worked fine so I commented it out and put it in the child theme’s style.css
That did not work
I opened firebug and went through the full process again. With code done in Simple CSS it worked fine. I examined the CSS in Firebug and found the line of code near the bottom.Next I commented out the Simple CSS and inserted the code back in then child’s style.css
This time when I searched the CSS with firebug there was no sign of the code.Below in the style.css from my child theme
(hope I’ve provided the requisite information)
Thank you
BruceAm I wrong to think that if the MAIN theme’s code is loaded than it indicates that the child theme is loading at least as far as the import?
/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Author: Child Theme Configurator
Version: 1.0.1452529419
Updated: 2016-01-11 16:23:39
*/@charset “UTF-8”;
@import url(“../twentysixteen/style.css”);.site
{
background-color: rgba(195, 195, 195, 0.7);
}
The topic ‘Child Theme Not Working (for a change)’ is closed to new replies.