If you mean on this capacity (attachment) then you can hide it with this CSS rule on the page between style tags where you insert our shortcode.
<style>
#am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(4) {
display: none;
}
</style>
If this is not what you look for please provide me a screenshot on what you mean exactly or provide me a link with detail instructions, so we can see on what you mean.
Minimum Capacity is always set to 1 and is confusing UX during the sign up process. Can this be removed / disabled?
Hi waynep16,
Thank you for your purchase.
If you mean on this capacity (attachment) then you can hide it with this CSS rule on the page between style tags where you insert our shortcode.
If this is not what you look for please provide me a screenshot on what you mean exactly or provide me a link with detail instructions, so we can see on what you mean.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
It's a bit of a cheat to just hide these parts with css.... but ok if there is no other way to stop the functions!
You should give each row a unique class name so we can control with css much better,,, using nTH child is very very bad here
Hi waynep16,
Thank you for your suggestion I will forward that to my development team.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables