Hi,
I’m trying to troubleshoot a CSS conflict. Can you confirm that disabling my X-Child theme will stop both global CSS and any CSS I’ve added to individual pages / elements from being rendered?
Thanks
Brad
Hi,
I’m trying to troubleshoot a CSS conflict. Can you confirm that disabling my X-Child theme will stop both global CSS and any CSS I’ve added to individual pages / elements from being rendered?
Thanks
Brad
Hi Brad,
Thanks for reaching out.
The Global CSS and Specific Page CSS will not be affected if the child theme has been disabled. But please remember that this CSS only works if you activate the X or child theme of it.
Thanks
Hey @tristup,
Thanks for the fast reply and clarification. Where is the global CSS and individual page CSS stored in the database?
Thanks
Brad
Hi Brad,
The Global CSS and the Indiviual Page specific CSS are stored into the wp_postmeta table in the database.
If you really wish to look for the CSS in the database, search for _cornerstone_settings meta_key that contains your CSS in the wp_postmeta table of WordPress.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.