If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Child theme

  • Hello!
    I´m having issues with child theme. I have some questions:

    1. I would like to make changes in all css files under /child-goodstore/css/ do i need to add any @import url( of those files in style.css??
    If yes, please, could you tell me exactly what I have to put?

    2. I´m trying to make changes directly in style.css but does not apply in front end, for example: I need to change
    code { white-space: nowrap;} for code {white-space: pre-wrap;} but nothing changes and I see in elements inspector Chrome that it loads /wp-content/themes/goodstore/css/all.min.css this:
    code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 4px; }

    3. Do I need to add this line to style.css in child-theme???:
    @import url("../goodstore/style.css");

    from what I can see , changes in php files applies perfectly , Not the same in css files

    Thanks in advance!
  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions