Child Theme: Trouble Overriding CSS of Parent
-
I’m in the early stages of building a child theme, with the parent being Raw by UDTHEMES.
I’ve simply set up the folder ‘raw-child’ and added the following at the start of my style.css
/* Theme Name: ------------ Description: Raw — Child Theme Version: 1.0 Author: ------------ Author URI: ------------ Template: raw */
But I’m having trouble overriding the parent CSS styles. It seems like the only way to do it is to put
body
at the start of every selector… or add!important
after everything.Neither of which are ideal, especially
body
as that doesn’t help me when I want to actually change the CSS for the body element itself.Am I doing something wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Child Theme: Trouble Overriding CSS of Parent’ is closed to new replies.