[ad_1]
If you have a database backup of the website, then you can try the following: install the backup database, then you can find the old posts with the following MySQL query: SELECT * FROM wp_posts WHERE post_type="custom-css-js"; where wp_ is the database tables prefix.
If you have a file backup of the website, then you can search the CSS code in the /wp-content/uploads/custom-css-js/ folder.
