I recently download the adventure-journal theme and although it was fantastic for my simple needs, I wanted to make a few minor changes, so I made a child theme, put it in my themes directory, activated it in my appearance settings in dashboard, and so far so good.
The problem came along when I copied to my child theme the on the fly changes I made in firebug to the css (which did work in the site display!!) with firebug they show, but when I toss them on to the style.css of the child theme, nothing when I reload!
Any suggestions anyone? I might add that I´m new to all of this and learning as I go. thanks.
here is my basic child code with minor change I tried making below, I don´t think anything is off with it:
/*
Theme name: Adventure2
theme uri: http://localhost/wordpress/wp-admin/
Description: childtheme for adventure-journal
Author: Stephan
Author uri: http://localhost/wordpress/wp-admin/
template: adventure-journal
version: 1.0
*/
@import url("../adventure-journal/style.css");
#site-description {margin-top:12px;font-size:19px;}