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.

Custom Css stopped working!

  1. I tried duplicating a form that I made on the homepage. Then I switched the text and prices in the new form. I tried copying the custom css and placing the new ID in but nothing happened. I tried building it from scratch and it didn't work. Then I stripped the custom css down to just this..
    body #gform_wrapper_5{
    width:450px;
    height:450px;
    }
    and not even that is working. It doesnt even register in firebug. I thought maybe the custom css panel in theme stopped working but I can edit the other forms fine. Whats going on?

    http://www.amerikick.com/programs/kickboxing/

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  2. David Peralty

    First, do you have a caching plugin enabled? And I don't see that CSS in your form.css or anything. Which file are you putting these rules into?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  3. No caching plugins. And the css is in the custom css area of the theme where I put all the other forms css in. I haven't updated anything except gforms since I have made the homepage and contact forms. Plus I can edit the other forms and the changes take effect!

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  4. David Peralty

    can you remove the body call and just do:

    #gform_wrapper_5 {
    background: red;
    }

    Just to test to make sure rules are properly carrying into your theme. Can you make sure it is in your style.css please?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  5. It was the closing bracket, its working fine now. Thanks so much! I should clearly go to sleep...lol.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  6. Glad you got it sorted out.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.