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.

targeting html block

  1. theinfogroup
    Member

    The CSS Targeting documentation doesn't seem to show html block targetiing under standard fields. We haven't found the correct CSS addressing for our simple sidebar form @ http://108.167.136.97/~jeff/about-jeff/ to format the disclaimer text.

    Appreciate your help,

    Posted 11 years ago on Tuesday November 27, 2012 | Permalink
  2. I'm not sure where Builder wants you to put custom CSS, but you can target the form in your widget with this CSS:

    [css]
    body .sidebar .gform_wrapper .gfield_html span#disclaimer {
        color: green;
        font-size: 24px;
        font-style: normal!;
    }
    Posted 11 years ago on Saturday December 1, 2012 | Permalink