• Resolved Syllogic

    (@syllogic)


    Hi,

    I am using theme Yellow Project and Woocommerce. I have created a child theme, tested it and everything works great. However, I do not see the woo.css file in the child theme’s folder. (location in parent theme: /wordpress/wp-content/themes/yellowproject/css)I have made quite some changes to that file, which are reflected correctly when using the child theme.

    What will happen when I update woocommerce? Will all my changes still be lost? If so, how can I prevent this?

    Thanks!
    Syl

    https://wordpress.org/plugins/child-theme-configurator/

Viewing 1 replies (of 1 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    Syl,

    You can parse additional stylesheets that are located in the parent theme by selecting them under “Parse Additional Stylesheets” on the Parent/Child Tab.

    Note that unless these are part of the parent theme default installation, the parent version be be overwritten when you update the theme and therefore will no longer be a parsing option.

    If you wish to create custom stylesheets from plugins, we offer CTC for Plugins which lets you use the CTC interface to parse and customize plugin stylesheets and creates separate child theme files for them.

    Otherwise, the free version requires that you migrate all of your plugin style overrides into the child theme style.css file manually. Once they are written to the child theme style.css file, CTC will parse them each time you “Rebuild” the child theme files.

    See this link for more information:

    http://www.lilaeamedia.com/child-theme-configurator/#child_from_modified_parent

    Remember that you can paste blocks of styles into the Raw CSS editor on the Query/Selector tab.

    Let us know if you need additional help.

Viewing 1 replies (of 1 total)
  • The topic ‘Woo.css not in child theme folder: what happens on update?’ is closed to new replies.