Search code examples
cssrestore

How to restore WordPress theme style,css from caches on internet


I deleted mistakly my child theme in wordpress site.

Is there any way I can get CSS contant somewhere cached over internet?


Solution

  • If you were using Chrome, and had open the style.css file at least once then you may use this method to recover the cache:

    chrome://cache/
    

    You will get all the list of cached data there. Then ctrl+f to find the style.css for the same.

    Once you find it. Copy all the data => Go Here and paste it in the text box.

    See if it works.!

    or you can try to open cache:domain.com as well.