Title: Theme issue and feature request &#8211; .css
Last modified: August 21, 2016

---

# Theme issue and feature request – .css

 *  Resolved [M M](https://wordpress.org/support/users/mrmason26/)
 * (@mrmason26)
 * [13 years ago](https://wordpress.org/support/topic/theme-issue-and-feature-request-css/)
 * I am using the Pro version and like the plugin very much. There are 2 things 
   that I would like to see addressed:
 * 1) The recaptcha table alignment is out of whack for all but the “Clean” theme.
 * 2) It would be nice to have the plugin have .css capability to give the ability
   to customize it to the site it is being used on.
 * Thanks,
    Matt
 * [http://wordpress.org/extend/plugins/sign-up-sheets/](http://wordpress.org/extend/plugins/sign-up-sheets/)

Viewing 1 replies (of 1 total)

 *  [dlsstudios](https://wordpress.org/support/users/dlsstudios/)
 * (@dlsstudios)
 * [13 years ago](https://wordpress.org/support/topic/theme-issue-and-feature-request-css/#post-3826459)
 * Hi Matt,
 * Thank you for the feedback.
 * CSS classes have been included on many of the different elements of the plugin
   typically prefixed by `.dls-sus-` If you are looking to change the styling of
   elements inside the sign-up form you should be able to reference them in your
   theme’s CSS file. For example, to add a big purple border to the email input 
   field you can do this…
 *     ```
       .dls-sus-signup-form INPUT.signup_email {
           border: 5px solid purple
       }
       ```
   
 * The reCaptcha widget can also be referenced… something like…
 *     ```
       .dls-sus-signup-form #recaptcha_widget_div {
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Theme issue and feature request – .css’ is closed to new replies.

 * ![](https://ps.w.org/sign-up-sheets/assets/icon.svg?rev=1117093)
 * [Sign-up Sheets](https://wordpress.org/plugins/sign-up-sheets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sign-up-sheets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sign-up-sheets/)
 * [Active Topics](https://wordpress.org/support/plugin/sign-up-sheets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sign-up-sheets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sign-up-sheets/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [sheets](https://wordpress.org/support/topic-tag/sheets/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [dlsstudios](https://wordpress.org/support/users/dlsstudios/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/theme-issue-and-feature-request-css/#post-3826459)
 * Status: resolved