PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Widget Styling

  1. Im trying to add a border to the entire form on the sidebar but cant figure it out. I basically need a 1 px border boxing in the entire form:

    http://dev9.netprofession.com/

    Posted 10 years ago on Wednesday May 8, 2013 | Permalink
  2. Just place this CSS snippet in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    [css]
    .custom-sidebar #gform_wrapper_1 {
    border: 1px solid #dcdcdc;
    }
    Posted 10 years ago on Wednesday May 8, 2013 | Permalink