• Resolved M M

    (@mrmason26)


    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/

Viewing 1 replies (of 1 total)
  • 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.