• Resolved serro

    (@serro)


    Hi guys, I did create my Responsive Child Theme using an easy plugin. However when I want to edit the style.css in my child theme it directs me to the original Responsive them. Is this correctly done?

    This is what it says:

    /*
    Theme Name: Salut Responsive
    Description:
    Author: salut_berlin
    Template: responsive

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../responsive/style.css”);

    Am I safe to edit the style.css in the original theme then?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You never want to edit the parent (original) style.css file. All changes should be put in the style.css of the child theme below the @import. What are you using to edit the .css? If you are going through a plugin, that may be where the issue is.

    Thread Starter serro

    (@serro)

    Got you. Thanks for your speedy reply. All makes sense now 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Child Theme style.css in Responsive Theme looking empty’ is closed to new replies.