I bought a theme for Magento and changed some css. Recently the theme updated to the new my_theme/default file path (it used to be using the default/my_theme). I am trying to create a custom theme so that when I update the theme it won't interfere with my custom changes.
I set the current package name to "my_theme" and set default (under Design/Themes) to custom_theme. And saved everything. I also disabled and flushed all the caches. It still reads from skin/frontend/default/my_theme/css/styles.css when it should skin/frontend/my_theme/default/css/styles.css
Any suggestions?