njevans
Forum Replies Created
-
Forum: Themes and Templates
In reply to: add thumbnail to header in 2012oh I did put a file in there – whole style.css file reads
/*
Theme Name: twentytwelvechild
Description: Child theme for the twentytwelve theme
Author: Nick Evans
Template: twentytwelve
*/
@import url(“../twentytwelve/style.css”);
@media screen and (min-width: 600px) {
.site-header h1 {
background: url('http://ftp.managingdelivery.com/nickevans.jpg') no-repeat right top;}
}Forum: Themes and Templates
In reply to: add thumbnail to header in 2012thanks guys – I guess I confused things talking about thumbnail. Its not thumbnails as in file thumbnails – just one picture of me thats in the header but thumbnail size (ie small).
I added
@media screen and (min-width: 600px) {
.site-header h1 {
background: url(‘http://image file path goes here’) no-repeat right top;}
}after the import statement in style.css but can’t see any change. Surely even if the URL was wrong I would see a broken link?
Forum: Themes and Templates
In reply to: add thumbnail to header in 2012child theme working – it didnt like numbers or spaces 🙂
any help on thumbnail would be appreciated
Forum: Themes and Templates
In reply to: add thumbnail to header in 2012Hi – cant get the child theme to work – says it can’t find the parent. I’ll look at that this afternoon, hopefully I’ll find a solution there are a lot of similar threads after all. If I do though, any idea how I get this thumbnail happening? 🙂
Thanks
NickForum: Themes and Templates
In reply to: add thumbnail to header in 2012