Creating a Child Theme
-
I’m stuck. I’ve created child themes before, but not lately. I want to change header font to lower case and it works fine if I just change the primary style.css file as follows.
.site-title{
font-size: 24px;
font-weight: bold;
/* text-transform: uppercase; #### */
white-space: nowrap;
}But not in a child style.css originally I used the @import prior to that statement to load the primary CSS, but the WordPress Codex recommended using functions.php. I blindly copied the example there, but it still doesn’t work. SO… I’m doing something wrong. Please advise what I need in child theme so that I can override CSS statements. And I LOVE the theme. Does just what I want and has been easy to work with. Thanks for any tips. site is at https://davidkirk.org/sandboxTWO/
- The topic ‘Creating a Child Theme’ is closed to new replies.