Customize WordPress widget
Adjust the booking widget to match your website.
Settings in WordPress
Go to Settings → Clienta in your WordPress admin.
Display options
| Setting | Description |
| --------- | ------------- |
| Width | Widget width (%, px) |
| Height | Minimum height |
| Style | Light, dark, or auto |
What to show
| Option | Explanation |
| -------- | ------------- |
| Show services | Service selection visible |
| Show staff | Staff member selection |
| Show prices | Display prices |
Shortcode parameters
Adjust widget behavior with parameters:
[clienta_booking service="gel-nails"]
Available parameters
| Parameter | Example | Effect |
| ----------- | --------- | -------- |
service | "gel-nails" | Pre-select service |
staff | "jane" | Pre-select staff member |
view | "week" | Start view |
color | "#FF6B6B" | Primary color |
Custom CSS
Add custom styling in WordPress Customizer:
.clienta-widget {
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
Tips
- Mobile first - Test on mobile
- Clear cache - After changes, always clear cache
- Consistent styling - Match your website colors