Child Theme not working …
-
I have successfully installed a Twenty Thirteen Child Theme on a site for a friend. Unfortunately, none of the changes I make have any effect on the site. Can anyone see what I am doing wrong? Here is the code …
/*
Theme Name: Twenty Thirteen Child
Theme URI: https://scentimentalcreations.com/twenty-thirteen-child/
Description: Twenty Thirteen Child Theme
Author: Steve Malcolm
Author URI: https://ittakesballstoknit.com
Template: twentythirteen
Version: 1.0.0
*/@import url(“../twentythirteen/style.css”);
.site {
background-color: #f2c38f;
}.site-main .widget-area{
float: right;
width: 100px;
}.widget .widget-title {
font: 300 italic 14px “Source Sans Pro”, Helvetica, sans-serif;
margin: 0 0 10px;
}The Theme uploads fine and all the changes take effect when I preview them with any of the Developer Tools available for the different browsers …
- The topic ‘Child Theme not working …’ is closed to new replies.