Home › Forums › Storm WordPress › Making a child theme
- This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by Ally.
- AuthorPosts
- April 14, 2014 at 6:50 pm #9582fathernugenParticipant
Hi Everybody,
In order to make customisations to the Storm theme which will not be overridden if I update I decided to make a child theme. My first one ever. I guess I am making some rookie mistakes because I didn’t get very far. I read the WordPress codex, and plenty of other blog posts/forums.
I only want to change a few styles, not any php files.
I have spent a few hours trying different methods for this. It seems that my styles in the child theme are not being taken up.
If anyone can help or if anyone can point me to another post where this topic has been answered I will owe you several magnitudes of gratitude.
Surya Osborne.
I have pasted the contents of the style sheet below:
/*
Theme Name: Storm Child
Theme URI: n/a
Description: Storm Child Theme
Author: Surya Osborne
Author URI: http://justsomediahouse.co.uk
Template: storm
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: storm-child
*/@import url(“../storm/style.css”);
/* =Theme customization starts here
————————————————————– */#header-inner {
width: 100%;
}.left-note-block {
background: none repeat scroll 0 0 rgba(157, 149, 136, 0.85);
}April 15, 2014 at 5:14 pm #9596AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.