Title: Form CSS
Last modified: August 21, 2016

---

# Form CSS

 *  Resolved [Henrii](https://wordpress.org/support/users/henrii/)
 * (@henrii)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/)
 * Hi,
 * Im very new to all this and i dont know much about CSS. But ive put the Default
   Google Form CSS from [ into my plugin hoping it would change it.](http://wordpress.org/plugins/wpgform/other_notes/)
 * from what i understand was
 * /* This hides the “Never submit passwords through Google Forms.” warning. */
   
   div.ss-form-entry > div.ss-secondary-text { display: none; }
 * was to hide warning, but it hasnt.
 * am i doing something wrong?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [Henrii](https://wordpress.org/support/users/henrii/)
 * (@henrii)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374752)
 * see i cant even post correctly either lol
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374826)
 * Best thing to do is to fill out my [Help and Support form](http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/help-and-support/)
   so I can look at your site.
 * Did you enable Custom CSS on the plugin settings page? If you didn’t, then none
   of your custom CSS will have any affect. Also, if you used a prefix or suffix,
   then none of the example CSS I’ve provided will work as-is either.
 *  Thread Starter [Henrii](https://wordpress.org/support/users/henrii/)
 * (@henrii)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374899)
 * I managed to get some code working! Thanks for pointing out the enable button.
 * One other thing, how do i make my questions Bold?
 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374900)
 * The questions on a Google Form typically have the class “ss-q-title” associated
   with them. So you should be able to do something like this:
 *     ```
       div.ss-q-title {
           font-weight: bold;
       }
       ```
   
 * You’ll have to test it but I think that should do it.
 *  Thread Starter [Henrii](https://wordpress.org/support/users/henrii/)
 * (@henrii)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374901)
 * Thanks for helping! I have more question to come, but will make a new thread 
   so that itll help others 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Form CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Henrii](https://wordpress.org/support/users/henrii/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/form-css/#post-4374901)
 * Status: resolved