Archived topic
Where is the CSS file stored for Simple CSS
1 reply · Started by Paul on March 6, 2022
Hi There,
Just looking for the location of the CSS File that is created when we use Simple CSS.
Thanks heaps
PD
Hi Paul,
CSS added through Simple CSS plugin are saved as a Post meta. Specifically, it is saved with post meta field name: _simple_css.
If you try to create an Element retrieving this post meta field, you’ll see the CSS. You can also access/locate it through the backend/website’s database.
See: https://share.getcloudapp.com/wbuz1Add
Hope this helps! :)