Ian – thanks for pointing me in the right direction!
I have created a theme, image folder w/jpeg in it, and uploaded and activated the theme. The header photo displays. I’m pleased.
For some reason the text formatting has been thrown off – any suggestions on what I might adjust?
/*
Theme Name: jeffsblogtheme
Theme URI: jeffreyluke.com/blog
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: https://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ?? Ian Stewart https://themeshaper.com/
.
*/
/* Reset browser defaults */
@import url(‘../thematic/library/styles/reset.css’);
/* Apply basic typography styles */
@import url(‘../thematic/library/styles/typography.css’);
/* Apply a basic layout */
@import url(‘../thematic/library/layouts/2c-r-fixed.css’);
/* Apply basic image styles */
@import url(‘../thematic/library/styles/images.css’);
#blog-title a {
background:url(images/digital-windshield-logo.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 500px;
height: 321px;
}
The blog’s url is https://www.jeffreyluke.com/blog
Thanks in advance for any suggestions.
Jeff