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.

h3 title tag alteration

  1. I have adjusted my h3 tag so that the first letter is larger than the rest. Now that I am using gravity forms the title tag is pulling from this h3 tag and affecting my first letter so that it is smaller than the rest of the letters. I am trying to counteract this preceding rule but am not having any luck with everything I am trying. Is there anyway I can get gform title to ignore the h3 rule that I want applied to the rest of my pages but not my contact form?

    My site is http://www.gogeinc.com

    my h3 rule is:

    [css]
    h3 { font-size: 18px; padding: 20px 30px 20px 15px;}
    h3:first-letter {font-size: 36px; font-family: Century Gothic, sans-serif; font-weight:lighter;}

    I have tried with no luck:

    [css]
    body #gform_wrapper_1 .gform_heading .gform_title.first-letter {font-size: 60px; }
    body #gform_wrapper_1 .gform_heading .gform_title h3.first-letter {font-size: 60px; }
    body #gform_wrapper_1 .gform_heading .gform_title h3:first-letter {font-size: 60px; }

    Any suggestions on how to manipulate the first leter with the gform or nullify the h3:first letter rule altogether?

    Posted 11 years ago on Sunday October 21, 2012 | Permalink
  2. I'm not seeing a Gravity Form on your site. Can you please post a URL to your actual form page? Once we can see the issue, then we can give you some specific guidance on how to get what you need.

    Posted 11 years ago on Sunday October 21, 2012 | Permalink
  3. Sure. I have went ahead and uploaded it but I figured out with the help of some videos how to turn the title off. But I am still curious as to how to target the first letter in the title tag that will nullify my h3 rule...if its even possible

    http://www.gogeinc.com/contact-us

    Posted 11 years ago on Sunday October 21, 2012 | Permalink