πΌοΈEmbed Widget Styling Reference
Comprehensive guide for styling CrowdWork widgets on your website
Quick Customizations
Change Button Colors
<style>
/* Change primary button color */
.btn-primary {
background-color: #your-color !important;
border-color: #your-color !important;
}
.btn-primary:hover {
background-color: #your-darker-color !important;
}
</style>Change Card Background Colors
Adjust Text Colors
Modify Corner Roundness
Add Accent Borders
Remove Shadows and Effects
CSS Class Reference
Main Container Classes
Event Card Classes
Button Classes
Form Elements
Advanced Customization Examples
Custom Typography
Layout and Spacing
Animation and Hover Effects
Form Styling
Mobile Responsiveness
Troubleshooting Common Issues
Styles Not Applying?
Button Styling Problems?
Form Elements Not Styling?
Best Practices
Complete Theme Examples
Universal Theme Base
Theme Color Options
ποΈ Classic Theatre
π Ocean Blue
πΏ Forest Green
β« Minimalist
π Dark Mode
Last updated
Was this helpful?