Question about Child theme css sheet
-
I have successfully created a child theme for attitude.
I have modified this css style sheet code to create the child theme:
/*
Theme Name: Twenty Fourteen Child
Theme URI: https://example.com/twenty-fourteen-child/
Description: Twenty Fourteen Child Theme
Author: John Doe
Author URI: https://example.com
Template: twentyfourteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fourteen-child
*/@import url(“../twentyfourteen/style.css”);
/* =Theme customization starts here
————————————————————– */My question is do I need to add more to the style sheet in my child theme to protect changes I have made to the parent theme? I have been working on my website for several months now but only now have created the child theme for it because I kept reading that changes to my theme that I have been making will disappear if that theme is updated. I guess it’s a question of I have created it – now what?
- The topic ‘Question about Child theme css sheet’ is closed to new replies.