overriding parent css
-
Hi,
I created a child theme called Simone Child by creating a new folder within the theme. Then I created a new style.css and have the following:/*
Theme Name: Simone Child
Description: Simone Child Theme
Author: K T
Template: simone
Version: 1.0.0
Tags: responsive-layout, accessibility-ready
*/@import url(“../simone/style.css”);
/* =Theme customization starts here
————————————————————– */I then add my styles below that. For example, I’ve made some css change on the title-box class, I then view the code in Firebug. Realized my css is before the parent for some reason? So it’s keeps overriding mine.
Please kindly shed me some light on this? Greatly appreciated.
Thanks.
The topic ‘overriding parent css’ is closed to new replies.
