Functions.php dosyasında bulunan bir kod ile bu sağlanabiliyor. Dosya şifreli ise çözemezsiniz, şifreli değil ise deneme yanılma ile bir yerlere gelebilirsiniz.
O zaman custom.css diye dosya oluşturup header.php'den veya functions.php'den çekin.
class.css-generator.php adresinde bulunan
$this->redux->filesystem->execute( 'put_contents', $_options, array( 'content' => preg_replace( "/(?<=[^r]|^)n/", "rn", $this->options_output() ) ) ); $css_file = $css_dir . 'theme.css';
kodunu sildikten sonra sorunu çözdüm
bu şekilde theme.css dosyasını baştan oluşturmayı engelledim.