Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #269504

    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

    #269508

    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

    #269539

    Thanks for the update Flikk..

    #269890

    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

    #273058

    Thanks Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS question’ is closed to new replies.