Customize the CSS of the Individual Fields
Differentiate the treatment of different item fields
Each inventory item field, from price to description, has a unique class that you can target with your CSS for total customization. You can find all fields here:
- Name – .inventory_name
- Price – .inventory_price
- Quantity – .inventory_quantity
- Make – .inventory_make
- Model – .inventory_model
- Size – .inventory_size
- FOB – .inventory_fob
- Description – .inventory_description
- Category – .category_id
- Date Added – .inventory_date_added
- Date Updated – .inventory_date_updated
- Images – .bxslideshow_sizer
- Manufacturer – .inventory_manufacturer
- Media – .inventory_media
- Number – .inventory_number
- Quantity Reserved – .inventory_quantity_reserved
- Serial – .inventory_serial
- Slug – .inventory_slug
- Sort Order – .inventory_sort_order
- Status – .inventory_status
- Updated By – .inventory_updated_by
- User – .user_id
- Year – .inventory_year
- Type – .inventory_type_id (only appears with Advanced Inventory Management)
- Custom – .inventory_custom_[CUSTOM FIELD ID] (only appears with Advanced Inventory Management)