Skip to content

Instantly share code, notes, and snippets.

@quangmai911
Forked from cpaul007/ff-order-form.css
Created June 8, 2020 22:18
Show Gist options
  • Save quangmai911/c6f925b4d56cb158cdea0306e721fcde to your computer and use it in GitHub Desktop.
Save quangmai911/c6f925b4d56cb158cdea0306e721fcde to your computer and use it in GitHub Desktop.
CSS Snippet for Order Form
.fluent_form_18 .ff-el-form-check-label {
display: none;
}
.fluent_form_18 .ff-el-image-holder {
border: 2px solid #f8f8f8;
padding: 5px 5px 0;
}
.fluent_form_18 .ff-el-image-holder.ff_item_selected {
border: 2px solid #dcd9d9;
}
.fluent_form_18 .products .ff-el-input--content {
width: 200px;
}
.fluent_form_18 .ff_sub_items {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment