Title: css styling
Last modified: August 20, 2016

---

# css styling

 *  Resolved [manthono](https://wordpress.org/support/users/manthono/)
 * (@manthono)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-styling-1/)
 * Hey there. This is a great plugin that i have been searching for.
    The plugin
   works great. Only the lay out breaks/doesn’t work well with my theme. How do 
   I target the search form and fields using custom css? Can I hardcode the search
   form into my theme? thanks so much
 * [http://wordpress.org/extend/plugins/facetious/](http://wordpress.org/extend/plugins/facetious/)

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

 *  Plugin Author [Simon Dickson](https://wordpress.org/support/users/s1m0nd/)
 * (@s1m0nd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-styling-1/#post-3505023)
 * Glad you like the plugin!
 * Yes, you can hardcode the form into the theme. In fact, that’s how we would expect
   most people to use it. You can use a conventional WordPress template tag:
 *     ```
       facetious( array(
          ...
       ));
       ```
   
 * or you might prefer to use:
 *     ```
       do_action( 'facetious', array(
          ...
       ));
       ```
   
 * as this won’t cause a PHP error if the plugin should ever be deactivated.
 * One of the options you can specify in that array of arguments is `id`: that would
   allow you to target the Facetious form in CSS.
 * The widget has a class `facetious_form`, which you could use, perhaps in conjunction
   with an ID for the particular sidebar.
 *  Thread Starter [manthono](https://wordpress.org/support/users/manthono/)
 * (@manthono)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/css-styling-1/#post-3505024)
 * Great! Thanks, Simon.

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

The topic ‘css styling’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [manthono](https://wordpress.org/support/users/manthono/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/css-styling-1/#post-3505024)
 * Status: resolved