I have three themes installed.
I used the Custom Code editor on each theme to add some css to all three. (I know now this was not the best way to achieve my goal)
However on two of those themes it says:
Which is wrong because
- I can tell by looking at the site that the css I added is doing its job and
- when I export the theme I see the code I added in
common/common.scss
When I do click on “Edit Code” there isn’t anything there.
How is this possible? Two themes are like this (claim to have no custom code but it is in the export) and one is behaving as I would expect indicating that it does have custom code and I can see the code in the interface.
My secondary question is how do I go about removing that custom code when it doesn’t appear in the theme interface?
I’m (obviously) still trying to get my head around how themes work. I realize now that my changes should have gone into a theme component and then I should have included that one TC in all three themes.