Getting Started
Make sure you have read about editing Custom CSS in Biscuits App block
CSS Variables
The following is a list of the Secondary Variables available in Biscuits app block for customisation using the Custom CSS field.
Variable Name | Description | Example Value |
| Border radius of the grid item image (normally a ratio to card radius) | 3px / 100% pixel/percentage |
| Show/hide the sold out grid items | flex / none |
| Position sold out grid items in their regular order: 0 order: 2 | 0/2 |
| Thickness of divider lines in UI | 1px |
| Show/hide the step number | flex / none |
| Height of the quantity selector input | 45px pixel |
| The widest the biscuits form can display | 1600px pixel |
| Height of the slider arrow buttons | 40px |
| Aspect ratio, force the grid item image to a certain height | 1 decimal |
| Object fit setting for grid item images | cover / contain |
| To remove box-shadow set to none | rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; |
| Padding added to grid items with a box shadow to prevent shadow cutting off | 9px |
| Pointer type for greyed out grid items | none pointer-events |
| Opacity of items when they are greyed out from selection | 0.5 decimal |
| Error text color |
color |
| Error background color |
|
| To remove box-shadow set to none | rgba(99, 99, 99, 0.05) 0px 1px 8px 0px; box-shadow |
| Warning background color |
color |
| Warning text color |
color |
Advanced Custom CSS
For advanced Custom CSS, read our in depth guide here.
Stuck or got questions?
Use the chat widget below, or reach out to us at [email protected]
Happy coding, and thanks for teaming up with Biscuits Bundles!