• I have created a child theme and wanted to add my own styles but they don’t seem to be taking hold. I also don’t seem to be able to change any styles by adding them into the ‘custom styles’ input box in the Theme Options

    Ideally, I just want to add a new stylesheet called custom.css and then refer to it off the main stylesheet in the child theme like:

    @import url("../colorway/style.css");
    @import url("/css/custom.css");

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem. I am starting to think that the designers of this theme intentionally made it incompatible with child-themes.

    Although, if you just want to use a child-theme for overwriting the CSS (which is what I was trying to do) the configuration for the theme allows you to enter custom CSS that overrides the Colorway css.

    Go to Appearance -> Theme Options -> Styling Options

    Then insert your custom CSS in the box and click “Save All Changes”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘custom css doesn't work’ is closed to new replies.