Hello,
After searching through the forums, I haven't found what I need. I have built CSS in my theme to style Gravity Forms, but none of it is applying.
You can view the form here:
http://theguywiththedog.com/wordpress/index.php/contact/
Hello,
After searching through the forums, I haven't found what I need. I have built CSS in my theme to style Gravity Forms, but none of it is applying.
You can view the form here:
http://theguywiththedog.com/wordpress/index.php/contact/
It looks fine to me. I see the forms.css file is being loaded and see that you're even using the new CSS Ready Classes for the 2 column layout.
screenshot: http://j.mp/fpZ6Mr
Hi Kevin,
Thanks for taking a look. The Gravity Forms CSS is applying, but the custom styles I've added to override the default checkboxes and drop downs are not working. I want to isolate and apply a different drop down CSS (if the checkboxes stay as they are I don't care as much) to the original drop down appearance and the drop down hover menu.
Are you sure you're targeting the elements properly with your CSS rules? This might help out if you're not sure.
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Hi Kevin,
I seem to be. In the link you provided, there is only one piece of CSS code for the drop downs that I am trying to isolate.
Here's a png of what the drop down (and the hover drop down state, at right) should look like:
http://theguywiththedog.com/wp-content/uploads/dropdown-sample-look.png
Here's where you can see mine and what they look like:
http://theguywiththedog.com/index.php/buying/find-your-dream-home/
For some reason it is only partially overriding the default settings.