Ok, a bit confused.
I have incidentally changed themes to Preference and have now installed and activated Preference Child.
I go to Appearance >> Editor >> Select theme to edit >> Preference Child >> Select
I can’t see anywhere to select a file, and the code in the stylesheet is as follows:
/*
Theme Name: Preference Child
Theme URI: http://demo.styledthemes.com/preference
Description: Preference Child is created for you to take advantage of making changes to the parent theme of Preference without actually changing its files, you will do your customization from this child theme of Preference.
Template: preference
Version: 0.1.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Encounter WordPress Theme, Copyright (C) 2013 Andre Jutras
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Import Styles
-------------------------------------------------------------- */
@import url('../preference/style.css');
/* Add your style.css changes here
-------------------------------------------------------------- */
/* mobile styling
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 979px) {
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
So where do I find the span code?