ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Ignore style.css #26

Closed atomicnation closed 7 years ago

atomicnation commented 7 years ago

Hi, I have some custom CSS in style.css of the illdy theme. But every time I apply the theme update I need to have a backup of this file and restore it. Also in this process I have to be careful to not modify the comments at the top of the new CSS file, as otherwise the theme appear as not updated due to reading the theme version from that header.

I think it would be nice to: 1) Ignore style.css in the update process. 2) Place the version checkout in another file of the theme.

If it is possible, please consider making these changes for next release. I think it might be our life easier!

Thanks!

cristianraiber commented 7 years ago

@atomicnation - there's no way for the update mechanism to work without actually updating the style.css. The updating mechanism is completely dependant on style.css, actually. If you haven't (yet) updated to WordPress 4.7, I recommend to do so. WordPress now supports custom CSS by default.

This is not an issue/bug with the theme.