Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    If the Custom CSS you defined is/was saved as part of the WordPress Google Form plugin settings, it is stored in the WordPress database and output as part of the page when a form is used. If you view the page source you should be able to find it.

    If you defined the Custom CSS as part of your theme’s CSS file(s), then you could find it using a tool such as Firebug that lets you inspect the CSS for elements.

    Thread Starter Amit

    (@rantws)

    Thanks for the prompt response. I added the custom CSS as part of the plugin settings. I poked around phpMyAdmin and couldn’t find my custom CSS code. Would you know which table the custom code is stored in?

    I can’t get to the rendered page or I would just use the browser inspect feature to get my customizations back.

    Thread Starter Amit

    (@rantws)

    Actually, I found it in wp_options. Thanks again!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Glad you found it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where is custom CSS stored?’ is closed to new replies.