Tagged: CSS, gravity forms
In using Gravity Forms on my site I can see that the Enfold CSS is forcing a style.
I believe that I can override this by adding the code below in my Enfold theme style.css file or wherever the theme recommends placing custom CSS. Can you advise on the best please to add this, and will it be effected by theme updates.
.gform_wrapper .ginput_quantity {
display: inline-block !important;
width: initial !important;
}
Thanks for you help
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Quick CSS wont be affected by updates
custom.css will only be affected if you make the error to overwrite it.
There will never be changes to the custom.css with updates.
Best to create a child theme: http://vimeo.com/67221517
Thanks for the update Flikk..
Hey!
Thank you for using the theme.
Flikk is right, it is best that you create a child theme in order to override the form styling on the child theme’s style.css. You can also override the form styling on Quick CSS or custom.css. Note that you can find all form css codes on css > base.css.
Cheers!
Ismael
Thanks Ismael