It needs to be made MUCH clearer that clicking this big blue button in the BLOGARY settings “Import Demo Data” erases all of the settings, including the Custom CSS field. I’ve spend weeks adding various pieces of custom css here, and now I have lost everything.
I have backups of all my data and I can see that the CSS entered in this field would have been in themes/blogary/styles/theme-style.php but in this the custom styles (that I entered in the BLOGARY settings on the WordPress dashboard) are pulled in by the following function:
$ux_custom_css = ux_get_option(‘theme_option_custom_css’);
if($ux_custom_css){
echo $ux_custom_css;
}
Where exactly can I find the file in my FTP that contains the CSS I entered before? Then I can restore the backup from before I wiped it all out using “Import Demo Data”.
Thank you