Hi,
After updating the parent X theme a few nights ago, I noticed that the custom CSS I had setup in the child theme disappeared. Using a back-up made a few weeks prior when the custom CSS was fine, I started digging…
It turned out that the ‘theme_mods_x-child’ option value had changed, noticeably the ‘custom_css_post_id’ parameter value was changed from ‘466’ to ‘-1’. Manually changing it back to ‘466’ solved the issue. (As 466 indicates a postId on my particular installation, this value is/will be different for you).
I have no idea how/why this happened, but even though I managed to resolve my issue, I’m posting it here as it might help others, or maybe even indicate a small bug in the update process.
- Hendrik