Archived topic
additional css location
3 replies · Started by Angelo on November 27, 2020
some additional css was accidentally deleted and I need to search a backup for the code. Where is this additional CSS located?
Hi there,
Does this help?
https://wordpress.stackexchange.com/questions/258226/where-are-additional-css-files-stored
Not sure if it would have a backup though.
That was it.
I did a restore using xampp (took a bit to get permissions right) but I was able to run the command:
select * from wp_posts where post_type ='custom_css'
from there it was a straight copy.
I will place the code in the child theme when I do an upgrade.
Sounds good :)