Child Theme
-
Hi All,
Could someone please assist me with creating a child theme. I’ve followed the article on the following link (https://codex.www.ads-software.com/Child_Themes) but my CSS modifications do not seem to be taking place…
Here is the code I put in my new child style.css saved under directory wp-content/themes/swift-child
—————–QUOTE—————–
/*
Theme Name: Swift Child
Theme URI: https://idealfurn.com/
Description: Child theme for the Swift theme
Author: James Kelly
Author URI: https://idealfurn.com/about/
Template: swift
Version: 0.1.0
*/@import url(“../swift/style.css”)
body {background: #FFF;}
—————-UNQUOTE—————-
Can you please advise if I am missing something?
Do I not need to link the new child style.css with the template? i.e. <link href=”styles.css” rel=”stylesheet” type=”text/css” /> – if so, should this not be included in the article I’ve attached
Could someone please advise?
Thanks & Regards
James
- The topic ‘Child Theme’ is closed to new replies.