Archived topic
Where to find the custom CSS written in the customizer
3 replies · Started by Andrei on June 12, 2020
In what file is the custom CSS text from the customizer stored? I have a website I have to rework from scratch due to a critical failure on my localhost PC (using wamp). I still have the website content files, as I was able to salvage those. So theoretically, the file where the custom CSS I wrote in the customizer is still there somewhere. I just don't know where.
I couldn't find any helpful answers in the forum on the topic. Looking forward to figuring out how I could get my hands on that code. Thanks!
Not what you want to hear but it's not stored in files, it's stored in the database within the wp_posts table under custom_css.
I see. Ok. Thanks!