Magento – Theme CSS not updating on media/css_secure

cssless-cssmagento-1.9

Recently my CSS files not updating to media/css_secure folder. I'm tried to kill cache but still its showing old CSS data. How to overcome to update my CSS. I am using Magento 1.9.2.2
Modified File

Not Updating

Best Answer

Many times css is cached by server.

  1. Try renaming your css from layout xml and skin folder.

  2. Make sure you are not using any CDN.

  3. Try unmerging css.

Related Topic