• Hello…

    I am new at the idea of working with child themes. I am trying to create one but there are issues with the CSS where it is being ignore and NOT overriding the parent theme at all times. Any help with this would be appreciated.

    My directory is as follows.

    ParentTheme/style.css
    ChildTheme/style.css

    =================================
    This is the css header for the child theme :

    Theme Name: REVISED – ParentTheme
    Template: ParentTheme
    */
    @import url(“../ParentTheme/style.css”);

    /* =Theme customization starts here

    ==================================

    This is a time sensitive issue. Any input would be appreciated. Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter cnm212

    (@cnm)

    Never mind. I just copied and pasted the CSS from the parent again and it seems to be editable now. Perhaps I misplaced something. RESOLVED!

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with Child Theme Not Overriding Parent Theme’ is closed to new replies.